From 119d95305599fb4009400f218f1e7dae97079b5c Mon Sep 17 00:00:00 2001 From: Sarah White Date: Tue, 10 Apr 2018 10:39:30 -0600 Subject: [PATCH] add tags to inline text section headings --- docs/modules/ROOT/pages/inline-text-styles.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/pages/inline-text-styles.adoc b/docs/modules/ROOT/pages/inline-text-styles.adoc index f348701..c14044d 100644 --- a/docs/modules/ROOT/pages/inline-text-styles.adoc +++ b/docs/modules/ROOT/pages/inline-text-styles.adoc @@ -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 () 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 `` HTML tag. @@ -32,7 +32,7 @@ For example: A bold *word*, or a bold *phrase of text*. [#italic] -== Italic text +== Italic text () 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 `` HTML tag. @@ -51,7 +51,7 @@ For example: An italic _word_, or an italic _phrase of text_. [#monospace] -== Monospace text +== Monospace text () 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 `` HTML tag. @@ -70,7 +70,7 @@ For example: A monospace `word`, or a monospace `phrase of text`. [#highlight] -== Highlighted text +== Highlighted text () How xref:antora:asciidoc:highlight.adoc[highlighted (or marked) text] appears on your site depends on the CSS styles the UI applies to the `` HTML tag. -- 2.11.0