Blame view

vendor/cebe/markdown/tests/markdown-data/emphasis.md 471 Bytes
abf1649b   andryeyev   Чистая установка ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  this is __strong__ and this is **strong**.
  
  this is _em_ and this is *em*.
  
  _`code`_ __`code`__
  
  *`code`**`code`**`code`*
  
  Hey *this is
  italic*
  
  Hey **this is
  bold**
  
  **strong text***emphasized text*
  
  *emphasized text***strong text**
  
  **strong text**_emphasized text_
  
  *emphasized text*__strong text__
  
  __strong text__*emphasized text*
  
  _emphasized text_**strong text**
  
  simple_word_with_underscores
  
  this is text, _this is emph_ simple_word_with_underscores text again.