summaryrefslogtreecommitdiffstats
path: root/t/fmt/asciidoc/Callouts.adoc
diff options
context:
space:
mode:
Diffstat (limited to 't/fmt/asciidoc/Callouts.adoc')
-rw-r--r--t/fmt/asciidoc/Callouts.adoc42
1 files changed, 42 insertions, 0 deletions
diff --git a/t/fmt/asciidoc/Callouts.adoc b/t/fmt/asciidoc/Callouts.adoc
new file mode 100644
index 0000000..6545ea4
--- /dev/null
+++ b/t/fmt/asciidoc/Callouts.adoc
@@ -0,0 +1,42 @@
+Test Callouts
+=============
+
+.MS-DOS directory listing
+.....................................................
+10/17/97 9:04 <DIR> bin
+10/16/97 14:11 <DIR> DOS <1>
+10/16/97 14:40 <DIR> Program Files
+10/16/97 14:46 <DIR> TEMP
+10/17/97 9:04 <DIR> tmp
+10/16/97 14:37 <DIR> WINNT
+10/16/97 14:25 119 AUTOEXEC.BAT <2>
+ 2/13/94 6:21 54,619 COMMAND.COM <2>
+10/16/97 14:25 115 CONFIG.SYS <2>
+11/16/97 17:17 61,865,984 pagefile.sys
+ 2/13/94 6:21 9,349 WINA20.386 <3>
+.....................................................
+
+<1> This directory holds MS-DOS.
+<2> System startup code for DOS.
+<3> Some sort of Windows 3.1 hack.
+
+
+[source,shell]
+....
+# Generate the FreeBSD website
+#
+# Copyright (c) 2020-2021, The FreeBSD Documentation Project <.>
+#
+# Targets intended for use on the command line <.>
+#
+# all (default) - generate the releases.toml and compile all the website
+# run - serves the built website for local browsing
+#
+# The run target uses hugo's built-in webserver to make the built website
+# available for local browsing. The website should have been built prior
+# to attempting to use the `run` target. By default, hugo will start its
+# webserver on port 1313. <.>
+....
+<.> Callout 1.
+<.> Callout 2.
+<.> Callout 3.