/libnamumark

Namumark AST Parser written in C

Primary LanguageCGNU Affero General Public License v3.0AGPL-3.0

libnamumark

Build Status Build Status License

About

libnamumark is a library for parsing NamuMark written in C.

NamuMark is a markup language used in Namuwiki and forked from moinmoin's markup language.

Features

  • Parsing NamuMark
    • Basic syntax
      • Bold
      • Italic
      • Underline
      • Strikethrough
      • Superscript
      • Subscript
    • Headings
    • Collapsed headings
    • Lists
      • Unordered list
      • Ordered list
    • Links
      • Normal link
      • Renamed link
    • Footnotes
    • Table
      • Table caption
      • Table header
      • Table cell
        • Table cell with colspan
        • Table cell with rowspan
        • Table cell with center alignment
        • Table cell with right alignment
        • Table cell with left alignment
    • Code block
    • Blockquote
      • Nested blockquote
      • Blockquote multiline
    • Horizontal line
    • Function(Macro)
      • Function with arguments
    • Math