summaryrefslogtreecommitdiffstats
path: root/regress/mdoc/Tg/list.out_ascii
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-04-06 10:16:17 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-04-06 10:16:17 +0000
commitb19e09dbeb7e957bca580776d8b3a4651016c904 (patch)
tree9decba67ceddc230203a9a25445f231797d73b56 /regress/mdoc/Tg/list.out_ascii
parent9c50b3f3dd65454028a85113ebc01c5f1f8dabf5 (diff)
downloadmandoc-b19e09dbeb7e957bca580776d8b3a4651016c904.tar.gz
Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.
In HTML output, improve the logic for writing inside permalinks: skip them when there is no child content or when there is a risk that the children might contain flow content.
Diffstat (limited to 'regress/mdoc/Tg/list.out_ascii')
-rw-r--r--regress/mdoc/Tg/list.out_ascii14
1 files changed, 14 insertions, 0 deletions
diff --git a/regress/mdoc/Tg/list.out_ascii b/regress/mdoc/Tg/list.out_ascii
new file mode 100644
index 00000000..adc476e0
--- /dev/null
+++ b/regress/mdoc/Tg/list.out_ascii
@@ -0,0 +1,14 @@
+TG-LIST(1) General Commands Manual TG-LIST(1)
+
+NNAAMMEE
+ TTgg--lliisstt - explicit tagging of lists and list elements
+
+DDEESSCCRRIIPPTTIIOONN
+ BEGINTEST
+
+ -- item
+
+ tag text
+ ENDTEST
+
+OpenBSD April 6, 2020 OpenBSD