Files
pandoc/test/command/8511.md
Albert Krewinkel 7f5bd4031b Use jira-wiki-markup 1.5.0
Fixed issues with icon-like sequences at the beginning of words.

Fixes: #8511
2023-01-11 14:55:01 +01:00

17 lines
207 B
Markdown

# Conversion of icon-like sequences followed by alphanum char
## to Jira
```
% pandoc -t jira
:P :P_ :PA :Pa :P2
^D
\:P \:P\_ :PA :Pa :P2
```
## from jira
```
% pandoc -f jira -t markdown
\:PA
^D
\\:PA
```