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
Depends on #19.
With the setting "when creating markdown of a selection, try to keep the same format", copying a table should result in a markdown table.
For example, copying the selection in this image:
should give this markdown:
| Syntax | Description | | --- | --- | | Header | Title | | Paragraph | Text |
which renders as:
It's fine if the resulting markdown has consistent cell widths like this:
| Syntax | Description | | ----------- | ----------- | | Header | Title | | Paragraph | Text |
The text was updated successfully, but these errors were encountered:
8c2d972
No branches or pull requests
Depends on #19.With the setting "when creating markdown of a selection, try to keep the same format", copying a table should result in a markdown table.
For example, copying the selection in this image:
should give this markdown:
which renders as:
It's fine if the resulting markdown has consistent cell widths like this:
The text was updated successfully, but these errors were encountered: