[ Tcllib Home | Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]

markdown(n) 1.0 tcllib "Markdown to HTML Converter"

Name

markdown - Converts Markdown text to HTML

Table Of Contents

Synopsis

  • package require Tcl 8.5
  • package require textutil ?0.8?

Description

The package Markdown provides a command to convert Markdown annotated text into HMTL.

::Markdown::convert markdown

This command takes in a block of Markdown text, and returns a block of HTML.

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category textutil of the Tcllib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

When proposing code changes, please provide unified diffs, i.e the output of diff -u.

Note further that attachments are strongly preferred over inlined patches. Attachments can be made by going to the Edit form of the ticket immediately after its creation, and then using the left-most button in the secondary navigation bar.

Category

Text processing