mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 21:55:44 +00:00
8 lines
191 B
Markdown
8 lines
191 B
Markdown
```
|
|
% pandoc -t opendocument
|
|
[Text here]{custom-style="Strikethrough"}
|
|
^D
|
|
<text:p text:style-name="Text_20_body"><text:span text:style-name="Strikethrough">Text
|
|
here</text:span></text:p>
|
|
```
|