Skip to content

zoffixznet/markdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Perl 6 implementation of Markdown.

Usage

use Text::Markdown;

my $doc = parse-markdown("Markdown *italics*, **bold** and `code`");
say $doc.to_html;

Of interest

A test suite for Markdown.

About

Markdown parser in Perl 6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%