Skip to content

pedro-w/Markdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown

Markdown parser for Io. Based on discount.

Installation

Using eerie:

eerie install https://github.com/AlesTsurko/Markdown.git

Usage

Markdown

"# Hello" markdownToHTML // will return <h1>Hello</h1>

Tests

tests/OUTPUT.html is generated using markdown from discount with this command:

markdown -oOUTPUT.html -fnopants,fencedcode,githubtags,urlencodedanchor TEST.md

The tests/TEST.md is from this repository: https://github.com/mxstbr/markdown-test-file

To run tests:

$ io tests/run.io

About

Markdown parser for Io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 45.4%
  • Roff 20.7%
  • Raku 11.1%
  • C++ 10.7%
  • HTML 3.1%
  • Makefile 2.3%
  • Other 6.7%