From c9f9ab5d503fb82c842ed50b9006059375763880 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 29 Sep 2015 00:00:06 -0400 Subject: [PATCH] Prefix woven definition with text indicator This helps make clear that the code snippet is not an example, or part of an example that ends the description (in the docblock). --- src/texinfo.xsl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/texinfo.xsl b/src/texinfo.xsl index 9c3fe5d..88af54e 100644 --- a/src/texinfo.xsl +++ b/src/texinfo.xsl @@ -143,6 +143,8 @@ $xt:nl, $doc, $xt:nl, + '@emph{Definition:}', + $xt:nl, '@verbatim', $xt:nl, xt:serialize( . ),