add tags to inline text section headings
authorSarah White <graphitefriction@gmail.com>
Tue, 10 Apr 2018 16:39:30 +0000 (10:39 -0600)
committerSarah White <graphitefriction@gmail.com>
Tue, 10 Apr 2018 16:39:30 +0000 (10:39 -0600)
docs/modules/ROOT/pages/inline-text-styles.adoc

index f348701..c14044d 100644 (file)
@@ -13,7 +13,7 @@ This document identifies these UI elements.
 This page describes how to style text in the contents of the page which is visually emphasized.
 
 [#bold]
-== Bold text
+== Bold text (<strong>)
 
 How xref:antora:asciidoc:bold.adoc[text marked as bold] appears on your site depends on the fonts loaded by the UI and the CSS styles the UI applies to the `<strong>` HTML tag.
 
@@ -32,7 +32,7 @@ For example:
 A bold *word*, or a bold *phrase of text*.
 
 [#italic]
-== Italic text
+== Italic text (<em>)
 
 How xref:antora:asciidoc:italic.adoc[italicized text] appears on your site depends on the fonts loaded by the UI and the CSS styles the UI applies to the `<em>` HTML tag.
 
@@ -51,7 +51,7 @@ For example:
 An italic _word_, or an italic _phrase of text_.
 
 [#monospace]
-== Monospace text
+== Monospace text (<code>)
 
 How xref:antora:asciidoc:monospace.adoc[inline monospace text] is displayed depends on the fixed-width font loaded by your UI and the CSS styles it applies to the `<code>` HTML tag.
 
@@ -70,7 +70,7 @@ For example:
 A monospace `word`, or a monospace `phrase of text`.
 
 [#highlight]
-== Highlighted text
+== Highlighted text (<mark>)
 
 How xref:antora:asciidoc:highlight.adoc[highlighted (or marked) text] appears on your site depends on the CSS styles the UI applies to the `<mark>` HTML tag.