X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fcebe%2Fmarkdown%2Ftests%2Fmarkdown-data%2Femphasis.md;fp=vendor%2Fcebe%2Fmarkdown%2Ftests%2Fmarkdown-data%2Femphasis.md;h=9057e7b6e291594a93fa4037c0f15782fb73ee6b;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/cebe/markdown/tests/markdown-data/emphasis.md b/vendor/cebe/markdown/tests/markdown-data/emphasis.md new file mode 100644 index 000000000..9057e7b6e --- /dev/null +++ b/vendor/cebe/markdown/tests/markdown-data/emphasis.md @@ -0,0 +1,13 @@ +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**