Use case or problem
When using Pandoc to export a page to DocX, it does not pass in to Pandoc the currently selected CSS theme. The result is that the DocX does not reflect the CSS colors (I.E. Code blocks)
Proposed solution
Simply add the “-s .css” to the call to Pandoc
Current workaround (optional)
The only workaround I could find was to call Pandoc from the command line and pass in my CSS Theme from inside my selected .obsidian directory.