9057e7b6e291594a93fa4037c0f15782fb73ee6b
[yaffs-website] / tests / markdown-data / emphasis.md
1 this is __strong__ and this is **strong**.
2
3 this is _em_ and this is *em*.
4
5 _`code`_ __`code`__
6
7 *`code`**`code`**`code`*
8
9 Hey *this is
10 italic*
11
12 Hey **this is
13 bold**