# Differences
Results different than commonmark.
## Setext headings
Example: 93
```````````````````````````````` example
> foo
bar
===
.
foo
bar
````````````````````````````````
If the dash is less than 3, it is not a `
`, in this case, it
can be rendered into ``.
```````````````````````````````` example
- # Foo
- Bar
--
baz
.
````````````````````````````````
## Image
Example 573
```````````````````````````````` example
](/url2)
.
](/url2)
````````````````````````````````
## Link
Example 517
```````````````````````````````` example
[foo [bar](/uri)](/uri)
.
foo [bar](/uri)
````````````````````````````````
Example 518
```````````````````````````````` example
[foo *[bar [baz](/uri)](/uri)*](/uri)
.
foo [bar [baz](/uri)](/uri)
````````````````````````````````
Example 519
```````````````````````````````` example
](uri2)](uri3)
.
](uri3)
````````````````````````````````