Paragraphs don’t require any special markup in AsciiDoc. A paragraph is just one or more lines of consecutive text.
To begin a new paragraph, separate it by at least one empty line from the previous paragraph or block.
Text Formatting bold text and italic.
Underline text and text
Some text
or code
highlight
Some link example or auto convert http://link.to.site.com
**bold**
_italic_
[.underline]#text#
[.line-through]#text#
`highlight code`
https://google.com[link]
Use tilde ~
for subscript
Use caret ^
for superscript
Use [.small]
for smaller text size.
~subscript~
^superscript^
[.small]
Small text will be here
Text alignment of columns and blocks is also supported.
You can use .has-text-left
.has-text-right
classes for align content
Or .has-text-justified
lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
List example:
-
Few
-
Bullets
-
Here
* Unordered list item
* Unordered list item
* Unordered list item
Number the items:
-
One
-
Two
-
Three
. Number list item
. Number list item
. Number list item
-
grandparent list item
-
parent list item
-
child list item
-
paragraph attached to grandparent list item
-
* grandparent list item
+
--
** parent list item
*** child list item
--
+
paragraph attached to grandparent list item