angular-markdown-directive
angular-markdown-directive copied to clipboard
AngularJS markdown directive using Showdown.js
With the new version of showdown, it seems the line `Showdown.converter` in markdown.js should be replaced with `showdown.Converter`. Only then, did it work when I tried.
This pull adds an optional `compile-html='true'` attribute to the directive, allowing the HTML output to be used as a template.
I've upgraded to the latest version of showdown and made the minimal set of changes necessary for the tests to pass. The showdown extensions (Twitter, YouTube, etc.) are no longer...
It'd be nice to include a proper license file. Simply stating "MIT" probably isn't sufficient for most organizations.
Is there a built-in method for parsing arbitrary HTML or is HTML not supported at the moment?
``` | Model | Resolutiion | | --- | --- | | 4 / 4S: | 960 × 640 px | | 5 / 5C / 5S / SE: |...
One other question. Is it possible to use the tables extensions ? Thanks
I'm using Showdown 1.4.3
Hi, I think it's not possible to use HTML inside Markdown files with your directive. ``` // mardown.md Hey! ``` will strip the ``