`inline code` - rendered as inline code
`inline code` - rendered as inline code
*strong* - rendered as strong
_strong_ - rendered as strong
*emphasis* - rendered as emphasis
_emphasis_ - rendered as emphasis
To create a code block use four ---- to start it.
---- int x = 0; // example code block x = x + 1; ----
Paragraphs are consecutive lines of text separated by one or more blank lines. End a line with two or more spaces to create a line break.
Unordered lists use *
as bullets.
* one * two ** next level
-
one
-
two
-
next level
-
Numbered lists use .
:
. one . two
-
one
-
two
> Block quotes use email-style quoting > second quoted line
Block quotes use email-style quoting second quoted line
http://www.example.com
- rendered as http://www.example.com
http://www.example.com
- rendered as Text
link:index.html
- Text
[id]: http://example.com/ \"Optional Title Here\"
Maybe also the simple quotes:
Also in case of block quotes, I think it is something that offers asciidoctor but not AsciiDoc. the way of creating block quotes in AsciiDoc is:
But in Asciidoctor we also support markdown style.