Skip to content

Instantly share code, notes, and snippets.

@wbzyl
Created March 20, 2014 10:16
Show Gist options
  • Save wbzyl/9660849 to your computer and use it in GitHub Desktop.
Save wbzyl/9660849 to your computer and use it in GitHub Desktop.
mark-down element does not work
<!doctype html>
<html>
<head>
<script src="bower_components/platform/platform.js"></script>
<link rel="import" href="mark-down.html">
</head>
<body>
<mark-down>
### Github Flavored Markdown
HTML
```
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>HTML5 Template</title>
</head>
<body>
<p>hello world</p>
</body>
</html>
```
More code:
```
r = (x < y) + (y > z);
```
</mark-down>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment