[ 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.

Category

Text processing