Conversion from docbook: Change reading of the procedure
element
#9338
-
Hi everyone, I would like to ask you how I can change the way pandoc reads the docbook element pandoc seems to read the procedure as a How can I go about that? It seems like I might need to create a custom writer. Can I somehow just overload specific parts/functions in the original writer? Otherwise, I am considering making a custom attribute that would mark the in the past, I have used the Google group which is now inactive it seems. I hope I am using the right place to ask. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You'd actually need a custom reader! Once you get to the writer, the I think it would make sense for me to simply change the behavior of the docbook reader, if you wouldn't mind submitting an issue on this. Please add that we should properly support |
Beta Was this translation helpful? Give feedback.
You'd actually need a custom reader! Once you get to the writer, the
procedure
element has already been parsed and is indistinguishable from any other BulletList.I think it would make sense for me to simply change the behavior of the docbook reader, if you wouldn't mind submitting an issue on this. Please add that we should properly support
substeps
-- it would create a subordinate ordered list. (It currently just creates subordinate paragraphs.)