Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Backtick ` causes skipped cell #42

Closed
Sheraff opened this issue Jul 3, 2021 · 1 comment
Closed

Backtick ` causes skipped cell #42

Sheraff opened this issue Jul 3, 2021 · 1 comment
Assignees

Comments

@Sheraff
Copy link

Sheraff commented Jul 3, 2021

Using a backtick `, even when escaped \`, causes the formatting to skip a cell. Here's an example:

| symbol | name
|-|-
| " | quote
| « | left-pointing double angle quote
| \` | backtick

is formatted into

| symbol        | name                             |
|---------------|----------------------------------|
| "             | quote                            |
| «             | left-pointing double angle quote |
| \` | backtick |                                  |
@fcrespo82
Copy link
Owner

Fixed in v2.2.0

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants