# 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 ![foo ![bar](/url)](/url2) .

foo ![bar](/url)

```````````````````````````````` ## 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 ![[[foo](uri1)](uri2)](uri3) .

[foo](uri1)

````````````````````````````````