drawdown
1.0.1 @mcfriend99 2023-01-11 20:18:49

drawdown

Drawdown is a Markdown to HTML converter based on the drawdown JavaScript library.

Supported Features

  • Block quotes
  • Code blocks
  • Links
  • Images
  • Headings
  • Lists (including lettered lists)
  • Bold
  • Italic
  • Strikethrough
  • Monospace
  • Subscript
  • Horizontal rule
  • Tables
  • Automatic linking

Unsupported Features

  • Line blocks
  • Definition lists
  • Footnotes
  • Twitter/Facebook/YouTube embed
  • Inline math equations

Installation

You can install this package via the Nyssa Package Manager with the following command.

nyssa install drawdown

Usage

import drawdown
echo drawdown.markdown('# heading')

The above will output: <h1>heading</h1>.

Install
              nyssa install drawdown
              
              
                
              
            
Details
A Markdown to HTML converter.
Homepage
License: ISC
Downloads: 8