/var/www/vhosts/nabawater/vendor/cebe/markdown/tests/github-data
NameSizeModeActions
code_in_lists.html6270644editdlrm
code_in_lists.md4400644editdlrm
del.html1250644editdlrm
del.md790644editdlrm
dense-block-markers.html7910644editdlrm
dense-block-markers.md5320644editdlrm
dense-block-markers2.html4910644editdlrm
dense-block-markers2.md3150644editdlrm
github-basics.html5950644editdlrm
github-basics.md5470644editdlrm
github-code-in-numbered-list.html1970644editdlrm
github-code-in-numbered-list.md1320644editdlrm
github-sample.html45940644editdlrm
github-sample.md42500644editdlrm
issue-33.html1150644editdlrm
issue-33.md900644editdlrm
issue-38.html4000644editdlrm
issue-38.md1780644editdlrm
issue-50.html1590644editdlrm
issue-50.md880644editdlrm
lists.html2030644editdlrm
lists.md1110644editdlrm
non-tables.html3030644editdlrm
non-tables.md2820644editdlrm
tables.html45970644editdlrm
tables.md23440644editdlrm
test_precedence.html1310644editdlrm
test_precedence.md930644editdlrm
url.html21550644editdlrm
url.md11230644editdlrm
Edit: /var/www/vhosts/nabawater/vendor/cebe/markdown/tests/github-data/github-basics.html (595B)

GitHub Flavored Markdown

Multiple underscores in words

do_this_and_do_that_and_another_thing

URL autolinking

http://example.com

Strikethrough

Mistaken text.

Fenced code blocks

function test() {
  console.log("notice the blank line before this function?");
}

Syntax highlighting

require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
this is also code