evbacher

Results 9 issues of evbacher

Currently, Docs to Markdown converts all tables to HTML tables, which is also valid in Markdown files. But some simple tables could be converted to Markdown tables, and they would...

enhancement
help wanted

We could potentially have an option to convert tables to Markdown. If there are complex tables, I suspect they will get mangled. If that's the case, you can just use...

enhancement

We are still having a problem with nested list output in HTML. Markdown output is working now.

Since Markdown does not support center/right alignment styling, switch to HTML for that (for both headings and paragraphs). Note that some Markdown renderers (notably GitHub-flavored Markdown) do not honor center/right...

Many Markdown flavors do not have definition list syntax (including Github-flavored Markdown). To address this, we should render definition lists as HTML definition lists, which is completely in the spirit...

While fixing https://github.com/evbacher/gd2md-html/issues/172, I noticed that internal links to duplicate headings all point to the first heading. This is possible to fix, but may be a bit complicated.

There is code to extend a partial selection to include the parent elements (paragraphs, lists, etc.). But if you selection only a portion of a table, the selection is not...

See https://github.com/evbacher/gd2md-html/issues/185. This is not technically an error, as the link text in the Google Doc actually contains a leading space. But the Google Doc renders the link as the...

enhancement