fsprojects / FsReveal

FsReveal parses markdown and F# script file and generates reveal.js slides.
http://fsprojects.github.io/FsReveal
258 stars 100 forks source link

Allow syntax for images without border #50

Open forki opened 9 years ago

forki commented 9 years ago
<img style="border-style: none" src="images/Logo.jpg">

works but can we use it in markdown?