idllib

Personal IDL library for M. Galloy

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>
See the Markdown docs for more information about Markdown syntax.

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

mg_markdown.dlm
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.