How can I convert a Markdown file to PDF and preserve the code block formatting?
The Markdown code
JSON
{
"client_id": "string",
"api_key": "string",
"data": {
as served up via Mkdocs looks like:
EX_1
After converting the Markdown file to PDF (or docx, etc.), the formatting looks like this:
EX_2
I need to preserve the background color and the line numbering illustrated in EX_1.