[X] I have read the console error message carefully (if applicable).
Description
French is the main language of my docusaurus doc project.
After I use the "write-heading-ids" command, titles containing accents are all messed up when I build the website: see demo, screenshot or public link below.
Have a title with an accent in a doc markdown page ("## Développement local")
Use "yarn write-heading-ids . docs" (Id is generated properly: "## Développement local {#développement-local}")
Use "yarn build" (or yarn start)
=> the title is not displayed properly as the whole line is handled as a title (see screenshot or intro.md page in demo).
Expected behavior
Two possibilities: either docusaurus should be able to handle title ids containing accents or the "write-heading-ids" command should replace accentuated characters.
First option would be more consistent, since accentuated characters seem to be supported in slugs.
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
French is the main language of my docusaurus doc project.
After I use the "write-heading-ids" command, titles containing accents are all messed up when I build the website: see demo, screenshot or public link below.
Reproducible demo
https://stackblitz.com/edit/github-dzapan-b7pzge?file=docs/intro.md
Steps to reproduce
=> the title is not displayed properly as the whole line is handled as a title (see screenshot or intro.md page in demo).
Expected behavior
Two possibilities: either docusaurus should be able to handle title ids containing accents or the "write-heading-ids" command should replace accentuated characters.
First option would be more consistent, since accentuated characters seem to be supported in slugs.
Actual behavior
See also output from our CI setup: https://doc.bluemind.net/chore/BMD-40/Premiers_pas_avec_BlueMind/Debuter_avec_le_webmail
Your environment
Self-service