showdown-ghost-highlight

Add highlight support to showdown


Keywords
showdown, ghost, highlight
License
MIT
Install
bower install showdown-ghost-highlight

Documentation

Shodown Ghost Highlight

Add highglight syntax support to Showdown and Ghost

Can be used with only showdown (without Ghost)

syntax

To highlight a word or sentence, enclose it with double equal signs ==

this is ==an highlighted sentence==.
<p>this is <mark>an highlighted sentence</mark>.</p>

this is an highlighted sentence.