mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: cmark: Mark up description.
* gnu/packages/markup.scm (cmark)[description]: Use @dfn{}.
This commit is contained in:
parent
e7ef061b91
commit
554245dad0
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ (define-public cmark
|
||||||
(description "CommonMark is a strongly defined, highly compatible
|
(description "CommonMark is a strongly defined, highly compatible
|
||||||
specification of Markdown. cmark is the C reference implementation of
|
specification of Markdown. cmark is the C reference implementation of
|
||||||
CommonMark. It provides @code{libcmark} shared library for parsing
|
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
|
as HTML, groff man, LaTeX, CommonMark, or an XML representation of the
|
||||||
AST. The package also provides the command-line program @command{cmark}
|
AST. The package also provides the command-line program @command{cmark}
|
||||||
for parsing and rendering CommonMark.")
|
for parsing and rendering CommonMark.")
|
||||||
|
|
Loading…
Reference in a new issue