-
Notifications
You must be signed in to change notification settings - Fork 72
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
Colon in header doesn't work #127
Comments
Ended up doing this:
works for now |
Hello, I'm running into this same issue, may I please ask where did you insert this code to make colons translate properly? Thank you |
As mentioned in the linked issue you can replace |
Thank you for your response, I've tried using this method and I keep running into the following error: "[11ty] Eleventy CLI Fatal Error: (more in DEBUG output) I've made sure to install tsimportlib and import it at the top, here is how I wrote the configuration:
Note: I had to put everything inside of an async function because having 'await' in the code was giving me an error otherwise. I will keep troubleshooting but I wanted to share in case I'm missing something obvious, Thank you |
It looks like your project uses |
It's working now, thank you! :) I'm going to leave the snippet that worked for me for anyone who stumbles with the same issue:
|
I have the following markdown header:
## Step 4: Activate Data Filter
It gets
id="step-4%3A-activate-data-filter"
In VS Code recommendation doesn't include colon:
But even if I add a color - it doesn't work. It has to be url-encoded, which will make my markdown unreadable.
Just some feedback, I will be looking for an option to customize slug generation now, hope this helps to make it better, cheers!
The text was updated successfully, but these errors were encountered: