uawdijnntqw1x1x1
IP : 216.73.216.58
Hostname : toronto-dev2
Kernel : Linux toronto-dev2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
srv
/
users
/
craft4
/
apps
/
craft4-newsite-space
/
vendor
/
cebe
/
markdown
/
tests
/
github-data
/
github-basics.md
/
/
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 ------------------- ```ruby require 'redcarpet' markdown = Redcarpet.new("Hello World!") puts markdown.to_html ``` ~~~ this is also code ~~~
/srv/users/craft4/apps/craft4-newsite-space/vendor/cebe/markdown/tests/github-data/github-basics.md