cmints / website

Website for CMintS
https://cmints.io/
MIT License
1 stars 2 forks source link

Crowdin and Documentation page titles are broken #18

Closed Manvel closed 6 years ago

Manvel commented 6 years ago

The translation string of /en/documentation title and /en/documentation/i18n/crowdin is broken

Manvel commented 6 years ago

Interestingly this is caused by markdown-anchor module

Manvel commented 6 years ago

The problem is that we are not reseting the global regexp

Manvel commented 6 years ago

This is fixed here