diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-24 15:33:04 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-24 16:12:15 +0100 |
commit | 554245dad0eeee8b8bdc7f219dce499715f33e09 (patch) | |
tree | cf675223d5e17f1fdfc92b8bfde81ef4ec595aa1 /gnu/packages/markup.scm | |
parent | e7ef061b914d07f07d406c0f9ffaad986e254ba7 (diff) | |
download | patches-554245dad0eeee8b8bdc7f219dce499715f33e09.tar patches-554245dad0eeee8b8bdc7f219dce499715f33e09.tar.gz |
gnu: cmark: Mark up description.
* gnu/packages/markup.scm (cmark)[description]: Use @dfn{}.
Diffstat (limited to 'gnu/packages/markup.scm')
-rw-r--r-- | gnu/packages/markup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm index ee0ad98ab5..9db548fdd2 100644 --- a/gnu/packages/markup.scm +++ b/gnu/packages/markup.scm @@ -211,7 +211,7 @@ implementation. (description "CommonMark is a strongly defined, highly compatible specification of Markdown. cmark is the C reference implementation of CommonMark. It provides @code{libcmark} shared library for parsing -CommonMark to an abstract syntax tree (AST) and rendering the document +CommonMark to an abstract syntax tree (@dfn{AST}) and rendering the document as HTML, groff man, LaTeX, CommonMark, or an XML representation of the AST. The package also provides the command-line program @command{cmark} for parsing and rendering CommonMark.") |