guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/18: gnu: cmark: Mark up description.


From: Tobias Geerinckx-Rice
Subject: 08/18: gnu: cmark: Mark up description.
Date: Sun, 24 Dec 2017 10:09:56 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 554245dad0eeee8b8bdc7f219dce499715f33e09
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 24 15:33:04 2017 +0100

    gnu: cmark: Mark up description.
    
    * gnu/packages/markup.scm (cmark)[description]: Use @dfn{}.
---
 gnu/packages/markup.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index ee0ad98..9db548f 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]