2007cff203
Previously, autolinks rendered as raw HTML, due to the `class="uri"` added by pandoc's markdown reader. Closes #6740.
7 lines
78 B
Markdown
7 lines
78 B
Markdown
```
|
|
% pandoc -t gfm
|
|
<https://www.google.com>
|
|
^D
|
|
<https://www.google.com>
|
|
```
|
|
|