We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 extended to the whole table.
Instead of
<table> <tr> <td> Some text...
you get
<tr> <td>Some text...
This is a subtle issue, and it may be difficuult to process, but we should at least take a look at it. For now, note in the docs regarding partial selection: https://github.com/evbacher/gd2md-html/wiki#partial-selection
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 extended to the whole table.
Instead of
you get
This is a subtle issue, and it may be difficuult to process, but we should at least take a look at it. For now, note in the docs regarding partial selection: https://github.com/evbacher/gd2md-html/wiki#partial-selection
The text was updated successfully, but these errors were encountered: