alexwforsythe / code-blocks

Syntax highlighting for Google Docs
https://www.alexwforsythe.com/code-blocks/
MIT License
698 stars 88 forks source link

How to export google docs along with code blocks? #133

Open rsbh opened 4 years ago

rsbh commented 4 years ago

I am using google docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get) to generate HTML from docs. I have some code blocks in the docs, while parsing the doc JSON to HTML, i am getting a table block for the code block. how can I export code block to pre tag?