Skip to content
New issue

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

Partial selection of a table does not extend to the whole table #150

Open
evbacher opened this issue Sep 19, 2024 · 0 comments
Open

Partial selection of a table does not extend to the whole table #150

evbacher opened this issue Sep 19, 2024 · 0 comments

Comments

@evbacher
Copy link
Owner

evbacher commented Sep 19, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant