javascript - Is There a Way to Include Markdown in HTML/Websites? -
i'm adding section website , want put guide on page people looking @ particular section of site. i'd use markdown formatting , presentation. there way inside of html file?
i've tried using strapdown supports bootstrap themes , use own html around markdown text. haven't been able find stackoverflow post explains how either.
markdown not part of html standard. need parse markdown "codes". there plenty of libraries can though.
- here stackoverflow's own parser (for .net server side)
- a parser written in javascript
and many many more (search friend).