Skip to content

the-open-seed/libnamumark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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