html-to-article-json
Version:
Converting HTML to article-json
24 lines (20 loc) • 579 B
HTML
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<h2>html</h2>
<p>
This is a contenteditable - so feel free to play around with it a little.<br/>
</p>
<p>
<button class="update">Update</button>
</p>
<div class="input" contenteditable="true" style="border: 1px solid black; padding: 10px;"><b>foo</b>bar<br/>Heja!<img src="http://lorempixel.com/400/200/"/></div>
<h2>article-json</h2>
<pre class="result"></pre>
<script src="{{entry}}" charset="utf-8"></script>
</body>
</html>