evbacher

Results 81 comments of evbacher

Ah, got it. And thanks for reporting this edge case -- let me know if you notice any others.

I will try to spend some time on this, though Markdown is the primary target.

Can you provide an example of what you mean when you say "All the errors I get are relating to the src of links." I'm trying to provide errors only...

Yeah, there are a number of issues here. Thanks for noticing this case. Did you convert to Markdown or HTML? In my testing, a table that's indented under a list...

As I suspected, if the link in the doc has a leading space, the converted link will have a leading space as well. Results from a test doc: ``` Here's...

When I first created this tool at Google, there was an internal add-on (similar to the popular Code Blocks add-on), which converted single-cell tables to code-block formatting. I believe Code...

Docs to Markdown doesn't currently support converting smart chips (though I'll check it out when I get some time). The link you refer to only talks about smart chips and...

We can detect highlighted text (or at least text that has some background color) in a Google Doc, but not all Markdown renderers recognize the ==highlighted text== syntax. We can...

Hi @a2k-hanlon -- thanks for this pull request. Sorry it's taken me so long to respond! I have a few other things going on. But I will try to get...

This is a known bug with HTML lists (https://github.com/evbacher/gd2md-html/issues/15). Markdown is the primary target for this add-on, but we do use HTML for tables, so I'd like to fix it...