File: Strong_and_em_together.text

package info (click to toggle)
libtext-multimarkdown-perl 1.000035-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,772 kB
  • ctags: 148
  • sloc: perl: 2,186; makefile: 8
file content (22 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
***This is strong and em.***

So is ***this*** word.

___This is strong and em.___

So is ___this___ word.

(Remember that `*` and `_` do not work in the middle of words in MultiMarkdown - too much accidental stuff with URL's)

*\*This is em with surrounding asterisks.\**


Rigorous test of combined strong and em:

The sun is **_yellow and bright_**.

The sky is __*blue and clear*__.

The moon is *__full and gray__*.

The stars are _**Bright and sparkly**_.