Text Attributes

2 minute read

Text Attributes


Bold

Simply add ** before and after your text: this is bold

Simply add ** before and after your text: this is **bold**

Italic

Simply add * before and after your text: this is italic

Simply add ** before and after your text: this is *italic*

Underlined

Usual u tag for underlined text.

Usual `u` tag for <u>underlined text</u>.

Deleted

Usual del tag for deleted text.

Usual `del` tag for <del>deleted text</del>.

Subscripted and Superscripted

Usual sub and sup tags for subscripted or superscripted text.

Usual `sub` and `sup` tags for <sub>subscripted</sub> or <sup>superscripted</sup> text.

Uppercase & Small Caps

Uppercase text goes with simple liquid syntax following the paragraph to modify

{: .all-caps}

E.g.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
{: .all-caps}

Similar syntax for Small Caps:

{: .small-caps}

E.g.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
{: .small-caps}

Hearders

You can have 6 levels (from bigger to smaller) simply adding 1 to 6 # before your header:

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6
# Heading 1

## Heading 2

### Heading 3

#### Heading 4

##### Heading 5

###### Heading 6

Footnotes

To add a footnote is need to type [^number-of-the-note] where you need it to be included. At the bottom of the same paragraph you then type in [^number-of-the-note]: text for your footnotes. Footnotes will be display at the bottom of your articles/post.

Note: you may wish to include --- at the very bottom of your text to generate a break separator.

E.g.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit.1 Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.2 Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate

Lorem ipsum dolor sit amet, consectetuer adipiscing elit.[^1] Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.[^2] Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate

[^1]: See Corsato 2017, p. xy.
[^2]: http://www2.le.ac.uk/library/help/referencing/footnote


# add --- at the bottom of your text to get a break separator, your footnotes will follow immediately after your article/post otherwise.
---

  1. See Corsato 2017, p. xy. 

  2. http://www2.le.ac.uk/library/help/referencing/footnote