Skip to content

Instantly share code, notes, and snippets.

@njx
Created September 10, 2013 21:12
Show Gist options
  • Save njx/6515756 to your computer and use it in GitHub Desktop.
Save njx/6515756 to your computer and use it in GitHub Desktop.
LiveHTML bug example
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>GETTING STARTED WITH BRACKETS</title>
<meta name="description" content="An interactive getting started guide for Brackets.">
<link rel="stylesheet" href="main.css">
</head>
<body>
<h1>GETTING STARTED WITH BRACKETS</h1>
old text
<h2>This is your guide!</h2>
<!--
MADE WITH <3 AND JAVASCRIPT
-->
<p>
Welcome to an early preview of Brackets, a new open-source editor for the next generation of
the web. We're big fans of standards and want to build better tooling for JavaScript, HTML and CSS
and related open web technologies. This is our humble beginning.
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment