From 86a1a1de1776a5be4906e55d920e9c0cb56c540e Mon Sep 17 00:00:00 2001 From: Gabriel Zalles Date: Tue, 28 Feb 2017 14:14:03 -0500 Subject: [PATCH] template for markdown :) --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index e964225..7cabdcd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,31 @@ # ImmersiveAudioVR A repository for a library of tools and templates for the production, manipulation and reproduction of immersive audio for virtual reality experiences + +Look, a list! + + * foo + * bar + * baz + +And here's some code! :+1: + +```javascript +$(function(){ + $('div').html('I am a div.'); +}); +``` + +This is [on GitHub](https://github.com/jbt/markdown-editor) so let me know if I've b0rked it somewhere. + + +Props to Mr. Doob and his [code editor](http://mrdoob.com/projects/code-editor/), from which +the inspiration to this, and some handy implementation hints, came. + +### Stuff used to make this: + + * [markdown-it](https://github.com/markdown-it/markdown-it) for Markdown parsing + * [CodeMirror](http://codemirror.net/) for the awesome syntax-highlighted editor + * [highlight.js](http://softwaremaniacs.org/soft/highlight/en/) for syntax highlighting in output code blocks + * [js-deflate](https://github.com/dankogai/js-deflate) for gzipping of data to make it fit in URLs + +