X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=modules%2Fmd-test;h=3f20b0cbc075a655b5965f331f30d5c8c5d8b894;hb=394bc43d24de087865fa4eed1920411c1a6d7ebd;hp=bad1c65bbbb69e1e047f15059dac31d0d6f5beb7;hpb=0edc18c28ae23dd6e5af18bbcf8725848f7b7963;p=pinopress.git diff --git a/modules/md-test b/modules/md-test index bad1c65..3f20b0c 100644 --- a/modules/md-test +++ b/modules/md-test @@ -1,3 +1,7 @@ +-- name: My First Blog Post!!! +-- published: July 11th +-- tags: random + & > < #### @@ -28,6 +32,40 @@ ___bold italic text___ \***should be strong**\* \*\**should be emph*\*\* +~~this is incorrect text~~ +~~~~ +\~~this should not be strikethrough\~~ + `inline code` `` \`escaped backtick\` + + + + text after + +--- +---- + --------- + +``` +this is +a code +block +write +code here +``` + +``` +this is +a code +block +write +code here +``` +``` +another +code +block +``` +