You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output Markdown: click Window Open Perspective Debug
Expected/Desired Output: click Window > Open > Perspective > Debug
Or click backtick Window > Open > Perspective > Debug backtick
(so is marked up too and not just plain text)
Output Markdown: click Window Open Perspective Debug
Expected/Desired Output: click Window > Open > Perspective > Debug
Or click backtick Window > Open > Perspective > Debug backtick
(so is marked up too and not just plain text)
Within <menuchoice>, you commonly use <guimenu>, <guimenuitem> and <subguimenu>. The latter cannot be nested inside each other and they are mostly treated interchangeably. So treating all elements inside <menuchoice> the same and inserting > between them would be fine to the best of my knowledge.
Input DocBook:
click <menuchoice><guimenu>Window</guimenu> <guisubmenu>Open Perspective</guisubmenu> <guimenuitem>Debug</guimenuitem></menuchoice>
Output Markdown:
click Window Open Perspective Debug
Expected/Desired Output:
click Window > Open > Perspective > Debug
Or
click backtick Window > Open > Perspective > Debug 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
The text was updated successfully, but these errors were encountered: