summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2023-01-11 14:53:00 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2023-01-11 14:55:01 +0100
commit7f5bd4031bad2f6077976ca821808cd4ab3b5b1e (patch)
treec942e39bf04ddbd921df5c2eb0a59d2b85998a4d /test/command
parent660392bd95ad5b63018f0db1c4c8e862df6fc975 (diff)
Use jira-wiki-markup 1.5.0
Fixed issues with icon-like sequences at the beginning of words. Fixes: #8511
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8511.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/command/8511.md b/test/command/8511.md
new file mode 100644
index 000000000..b4f6e6e6e
--- /dev/null
+++ b/test/command/8511.md
@@ -0,0 +1,16 @@
+# 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
+```