Skip to content

the-open-seed/libnamumark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

68317ae · Oct 13, 2023

History

49 Commits
Sep 15, 2023
Aug 31, 2023
Oct 13, 2023
Sep 13, 2023
Aug 24, 2023
Aug 31, 2023
Sep 15, 2023
Sep 16, 2023
Sep 5, 2023

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