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

Table Renders some titles weirdly #3

Closed
Jack-Chronicle opened this issue Sep 25, 2023 · 1 comment · Fixed by #18
Closed

Table Renders some titles weirdly #3

Jack-Chronicle opened this issue Sep 25, 2023 · 1 comment · Fixed by #18
Labels
bug Something isn't working

Comments

@Jack-Chronicle
Copy link

Have a " | " character in some titles, and this adds one to the beginning as well

Assuming it's due to how they're parsed(?), but this is a minor bug so feel free to take your time

@johansatge johansatge added the bug Something isn't working label Oct 8, 2023
@johansatge
Copy link
Owner

Hey!
This has been (kind of) fixed in 1.0.6; but I didn't find a way to escape | and such with something that preserves links. Given this title:

# Title with | in the middle

there doesn't seem to be a way to end up with a working link; something like this:

[[#Title with \| in the middle]]

displays:

 in the middle

So for now the plugin replaces special chars with non-breaking ones, which unfortunately breaks the links. But at least the title is displayed correctly, more or less. It's just not clickable.

| -> -
[ -> {
] -> }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants