When I convert the following markdown to .docx

# Header lvl 1

## Header lvl 2
Some text

## Another Header lvl 2

Some different text


The headings are showing properly when I open the .docx file. I'm using the following arguments `-f native -s -o ${outputPath} -t docx`.

When converting to .rtf though, with `-f native -s -o ${outputPath} -t rtf`  
, the headings aren't visible in the produced .rtf file; they show as normal body style text.

Is there a way to force pandoc to keep the headings in the .rtf, the same way it does in .docx?

Thank you.

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/5e172c05-1d61-4382-ad4c-5dfb77a520bdn%40googlegroups.com.