Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147673646
D39479.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D39479.diff
View Options
diff --git a/documentation/content/en/books/fdp-primer/asciidoctor-primer/_index.adoc b/documentation/content/en/books/fdp-primer/asciidoctor-primer/_index.adoc
--- a/documentation/content/en/books/fdp-primer/asciidoctor-primer/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/asciidoctor-primer/_index.adoc
@@ -152,6 +152,48 @@
And this is the second paragraph.
....
+[[text-formatting]]
+== Text formatting
+
+AsciiDoctor has a rich set of styles for formatting text.
+
+.Text formatting styles
+[cols="1,4,4"]
+|===
+| Style | AsciiDoc | result
+
+| Constrained bold
+| This is a constrained \*bold* text
+| This is a constrained *bold* text
+
+| Constrained italic
+| This is a constrained \_italic_ text
+| This is a constrained _italic_ text
+
+| Constrained monospace
+| This is a constrained \`monospace` text
+| This is a constrained `monospace` text
+
+| Unconstrained bold
+| This is a unconstrained \**bo**ld text
+| This is a unconstrained **bo**ld text
+
+| Unconstrained italic
+| This is a unconstrained \__it__alic text
+| This is a unconstrained __it__alic text
+
+| Unconstrained monospace
+| This is a constrained \``mono``space text
+| This is a unconstrained ``mono``space text
+
+|===
+
+[TIP]
+====
+To achieve formatting using complex styles without closing it can be done as follows:
+For example to obtain __flavor___PKGNAMEPREFIX, the syntax will be \__flavor___PKGNAMEPREFIX
+====
+
[[asciidoctor-lists]]
== Lists
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 13, 7:42 PM (4 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29612955
Default Alt Text
D39479.diff (1 KB)
Attached To
Mode
D39479: FDP: Add section about Text formatting
Attached
Detach File
Event Timeline
Log In to Comment