Anyone have a good way of converting markdown to google docs efficiently?
I use obsidian to draft things, and when I paste drafts into google docs for team review, GDocs doesn’t automatically detect the markdown….
Anyone have a good way of converting markdown to google docs efficiently?
I use obsidian to draft things, and when I paste drafts into google docs for team review, GDocs doesn’t automatically detect the markdown….
@erinmikail
Google docs alleged markdown support doesn’t seem to exist (just some basic macro support as you type). Allegedly you can do the conversion via Google drive, but even that’s not great.
Instead I’ve been using pandoc to convert markdown to docx, then loading that into Google docs. Simple to do, and the end result is OK.