Errorname / google-docs-mustaches

📝Interpolate Google Docs files using mustaches and formatters
MIT License
28 stars 15 forks source link

Support for markdown / images? #69

Open jordanparker6 opened 1 week ago

jordanparker6 commented 1 week ago

Supporting the ability to use markdown text as a value that gets rendered as styled google api batched requests would be great.

Also support for image / table blocks.

jordanparker6 commented 6 days ago

Ahh I can see you support images via a formatter. A markdown formatter would be great then too.

Maybe to the option in the config to treat all text as markdown formatted.

Markdown formatting would require a series of inserts / updates of different blocks and styling. I have done some work on this but its far from perfect.