Input DocBook:
<keycombo><keycap>Cmd</keycap><keycap>S</keycap></keycombo>
Output Markdown:
CmdS
Expected/Desired Output:
Cmd+S
Or
backtick Cmd+S backtick
(so is marked up too and not just plain text)
Conversion Command Used:
pandoc abc.xml -f docbook -t markdown --no-wrap --atx-headers --base-header-level=2 -o abc.md
Input DocBook:
<keycombo><keycap>Cmd</keycap><keycap>S</keycap></keycombo>Output Markdown:
CmdSExpected/Desired Output:
Cmd+SOr
backtick Cmd+S backtick(so is marked up too and not just plain text)
Conversion Command Used:
pandoc abc.xml -f docbook -t markdown --no-wrap --atx-headers --base-header-level=2 -o abc.md