Directory: markdown/
This directory contains a DLM to convert Markdown annotated text to HTML.
For an example of using MG_MARKDOWN
, try:
IDL> print, mg_markdown('Build the `mg_markdown.*.so` file.')
<p>Build the <code>mg_markdown.*.so</code> file.</p>
This DLM is a wrapper around the discount project's C routines.
.pro files
- mg_make_markdown_bindings.pro
Build mg_markdown.*.so file.
Contents
.dlm files
Contact me if you have enhancement requests or bug fixes.