mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
d680ce0100
Closes #5793
14 lines
312 B
Markdown
14 lines
312 B
Markdown
```
|
|
% pandoc -f html -t djot
|
|
You can use <abbr title="Cascading Style Sheets">CSS</abbr>
|
|
^D
|
|
You can use [CSS]{.abbr title="Cascading Style Sheets"}
|
|
```
|
|
|
|
```
|
|
% pandoc -f djot -t html
|
|
You can use [CSS]{.abbr title="Cascading Style Sheets"}
|
|
^D
|
|
<p>You can use <abbr title="Cascading Style Sheets">CSS</abbr></p>
|
|
```
|