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

Inline code block gets unescaped #5

Closed
PXshadow opened this issue Sep 27, 2022 · 2 comments
Closed

Inline code block gets unescaped #5

PXshadow opened this issue Sep 27, 2022 · 2 comments
Assignees

Comments

@PXshadow
Copy link
Collaborator

The header functions using `` are getting escaped with \`

The idea is to have a function header that looks like this at source:

## function `isUpper`

not this:

## function \`isUpper\`
@elliott5 elliott5 self-assigned this Sep 27, 2022
@elliott5
Copy link
Collaborator

elliott5 commented Oct 1, 2022

I can't find a way to have an internal href (to enable the link from the index) to a header containing special characters.

But I have made the index entries into code items where they are a function signature.

@PXshadow
Copy link
Collaborator Author

PXshadow commented Oct 5, 2022

This is resolved, thank you for looking into this @elliott5 :) , closed due to technical limitation of markdown linking from index to href with special characters (as noted above).

@PXshadow PXshadow closed this as completed Oct 5, 2022
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

2 participants