---
GFM extensions to CommonMark
============================
Tables
------
| foo | bar |
| --- | --- |
| baz | bim |
| abc | def |
| --- | --- |
| bar |
| bar | baz | boo |
Primer Encabezado | Segundo Encabezado
---------------------:|:---------------------:
Contenido de la celda | Contenido de la celda
celda | celda
Checklists
----------
- [x] foo
- [ ] bar
- [x] baz
- [ ] bim
Strikethrought
--------------
~~Hi~~ Hello, world!
Don't work: This ~~has a
new paragraph~~.
Autolinks
---------
www.commonmark.org
Visit www.commonmark.org/a.b.
www.google.com/search?q=Markup+(business)
www.google.com/search?q=Markup+(business)))
(www.google.com/search?q=Markup+(business))
(www.google.com/search?q=Markup+(business)
http://commonmark.org
(Visit https://encrypted.google.com/search?q=Markup+(business))
Anonymous FTP is available at ftp://foo.bar.baz.
foo@bar.baz
a.b-c_d@a.b
a.b-c_d@a.b.
Don't work: a.b-c_d@a.b-
Don't work: a.b-c_d@a.b_
Disable HTML tags
-----------------
The code:
<strong> <title> <style> <em>
<blockquote>
<xmp> is disallowed. <XMP> is also disallowed.
</blockquote>
Is disabled:
?
<strong> <title> <style> <em>
<blockquote>
<xmp> is disallowed. <XMP> is also disallowed.
</blockquote>
Footnotes (no GFM standard)
---------
Some long sentence. [^footnote] which is more and more long.
[^footnote]: Test, [Link](https://google.com).
Syntax highlighting
--------------------
```ruby
require 'redcarpet'
markdown = Redcarpet.new("¡Hola Mundo!")
puts markdown.to_html
```
```html
<blockquote>
See you!
</blockquote>
```
```perl
if (not defined $script_subdir) { $script_subdir=""; }
$valor{USUGRU}=$usugru;
```
YAML Metadata (unsupported)
---------------------------
---
title: README
author: Zhiming Wang
date: January 8, 2016
---
Emojis (unsupported)
---------------------
:unamused:
generated footnotes:
--------------------