You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aron Carroll edited this page Mar 9, 2011
·
2 revisions
The Markdown plugin allows you to use Markdown in your annotation
comments. It will then render them in the Viewer.
Requirements
This plugin requires that the Showdown Markdown library be loaded
in the page before the plugin is added to the annotator. To do this simply
download the showdown.js and include it on your page before
the annotator.
Adding the Markdown plugin to the annotator is very simple. Simply add the
annotator to the page using the .annotator() jQuery plugin and retrieve
the annotator object using .data('annotator'). Then add the Markdown
plugin.