summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/original/literal_quotes_in_titles.md
blob: 74de60d8fd1799266339b7bc8dc2a96af465067b (plain)
1
2
3
4
5
6
7
8
9
10
11
---
pedantic: true
---

Foo [bar][].

Foo [bar](/url/ "Title with "quotes" inside").


  [bar]: /url/ "Title with "quotes" inside"