All Projects → octree → MarkRight

octree / MarkRight

Licence: other
Markdown Parser Writen In Swift

Programming Languages

swift
15916 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to MarkRight

htoml
TOML file format parser in Haskell
Stars: ✭ 39 (+44.44%)
Mutual labels:  parsec
ParsecSoda
Parsec Soda is a custom open-source game streaming app that integrates with Parsec API and is focused in Host experience.
Stars: ✭ 135 (+400%)
Mutual labels:  parsec
microparsec
⭐ A performant Nim parsing library built for humans.
Stars: ✭ 26 (-3.7%)
Mutual labels:  parsec
parsec
A collection of libraries and utilities to simplify the process of building web service applications.
Stars: ✭ 34 (+25.93%)
Mutual labels:  parsec
script.parsec
Launch Parsec from OSMC on your Raspberry Pi
Stars: ✭ 17 (-37.04%)
Mutual labels:  parsec

MarkRight

A simple Markdown Parser written in swift, Powered by ParserCombinator

Ugly Demo

Demo

Demo

Supported grammars

  • Preliminaries
    • Characters and lines
    • Tabs
    • Insecure characters
  • Blocks and inlines
    • Precedence
    • Container blocks and leaf blocks
  • Leaf blocks
    • Thematic breaks
    • ATX headings
    • Setext headings
    • Indented code blocks
    • Fenced code blocks
    • HTML blocks
    • Link reference definitions
    • Paragraphs
    • Blank lines
    • Tables (extension)
  • Container blocks
    • Block quotes
    • List items
    • Task list items (extension)
    • Lists
  • Inlines
    • Backslash escapes
    • Entity and numeric character references
    • Code spans
    • Emphasis and strong emphasis
    • Strikethrough (extension)
    • Links
    • Images
    • Autolinks
    • Autolinks (extension)
    • Raw HTML
    • Disallowed Raw HTML (extension)
    • Hard line breaks
    • Soft line breaks
    • Textual content
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].