If I write `Pandoc` inline within a markdown input file, it displays with a different font as Pandoc which is fine. However, that seems to be done by simply changing the font to Courier New for an ODT output file.
The same input used to create a DOCX file attaches the Verbatim Char character style to the verbatim inline text, which I can control by adjusting this style in my custom-reference.docx file I add to the command line options.
Is there a way to get the ODT output to behave the same. That is, add a character style to inline verbatim text instead of simply changing the font? I could then control this style in a custom-reference.odt file.
If I write `Pandoc` inline within a markdown input file, it displays with a different font as
Pandocwhich is fine. However, that seems to be done by simply changing the font to Courier New for an ODT output file.The same input used to create a DOCX file attaches the Verbatim Char character style to the verbatim inline text, which I can control by adjusting this style in my
custom-reference.docxfile I add to the command line options.Is there a way to get the ODT output to behave the same. That is, add a character style to inline verbatim text instead of simply changing the font? I could then control this style in a
custom-reference.odtfile.