- Published on
Ember.js: Build a Markdown component with ShowdownJs
With the help of ShowdownJs and HighlightJs you can build an Markdown component with syntax highlighting.
ShowdownJs is an easy to use Markdown to HTML converter, it can be used in both client side (browser) or server side (with nodejs).
HighlightJs is an JavaScript library for syntax highlighting on the web. It supports 189 languages and 94 styles.
Let’s build component for rendering markdown with ShowdownJs and HighlightJs.