Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Oct 2015 10:34:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203532] [NEW PORT] textproc/cmark:  CommonMark parsing and rendering library and program in C
Message-ID:  <bug-203532-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203532

            Bug ID: 203532
           Summary: [NEW PORT] textproc/cmark:  CommonMark parsing and
                    rendering library and program in C
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: tobias.kortkamp@gmail.com

Created attachment 161688
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161688&action=edit
cmark.diff

cmark is the C reference implementation of CommonMark, a rationalized
version of Markdown syntax with a spec.

It provides a shared library (libcmark) with functions for parsing
CommonMark documents to an abstract syntax tree (AST), manipulating
the AST, and rendering the document to HTML, groff man, LaTeX,
CommonMark, or an XML representation of the AST.  It also provides a
command-line program (cmark) for parsing and rendering CommonMark
documents.

WWW: https://github.com/jgm/cmark

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203532-13>