Skip to content

Instantly share code, notes, and snippets.

View nicojs's full-sized avatar

Nico Jansen nicojs

View GitHub Profile
@nicojs
nicojs / index
Created February 11, 2016 18:39
Mediummark editor example
<html>
<head>
<title>Mediummark editor</title>
<link rel="stylesheet" href="//cdn.jsdelivr.net/medium-editor/latest/css/medium-editor.min.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script src="//cdn.jsdelivr.net/medium-editor/latest/js/medium-editor.min.js"></script>
<script src="node_modules/html2commonmark/dist/browser/bundle.js"></script>
<script src="https://raw.githubusercontent.com/nicojs/mediummark-editor/master/dist/app.js"></script>