~ruther/guix-local

554245dad0eeee8b8bdc7f219dce499715f33e09 — Tobias Geerinckx-Rice 8 years ago e7ef061
gnu: cmark: Mark up description.

* gnu/packages/markup.scm (cmark)[description]: Use @dfn{}.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/markup.scm
M gnu/packages/markup.scm => gnu/packages/markup.scm +1 -1
@@ 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.")