Skip to content

Latest commit

 

History

History
137 lines (102 loc) · 1.99 KB

typography.adoc

File metadata and controls

137 lines (102 loc) · 1.99 KB

Paragraphs

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 format

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]

Text format

Use tilde ~ for subscript

Use caret ^ for superscript

Use [.small] for smaller text size.

~subscript~

^superscript^

[.small]
Small text will be here

Text alignment

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.

Lists

List example:

  • Few

  • Bullets

  • Here

* Unordered list item
* Unordered list item
* Unordered list item

Number the items:

  1. One

  2. Two

  3. Three

. Number list item
. Number list item
. Number list item

Complex list

  • 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

Checkbox

  • ✓ Clone the repo

  • ❏ Install dependencies

  • ✓ Build it and check it locally

- [ ] Checkbox
- [x] Checkbox checked