blob: 3a943e334519aa0e03b62c7eab66db2b63ba4553 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
High Performance CommonMark and Github Markdown Rendering in R //
The CommonMark specification defines a rationalized version of
markdown syntax. This package uses the 'cmark' reference
implementation for converting markdown text into various
formats including html, latex and groff man. In addition it
exposes the markdown parse tree in xml format. Also includes
opt-in support for GFM extensions including tables, autolinks,
and strikethrough text.
</longdescription>
</pkgmetadata>
|