You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodiMD handles the Disqus section in the disqus.ejs. But it doesn't work for shortnames containing dash character, and it doesn't handle shortnames with uppercase letters currently.
It would be better to modify it as following code:
Hi @Hsins,
Thanks for the help!
Could you open a PR for this modification? We like to merge this fix which also convert to lowercase before regex replace.
As shown in the figure screenshot from Create a New Site Page on the right-hand side.
The unique Disqus URL could be combined of :
abcdefghijklmnopqrstuvwxyz
0123456789
-
CodiMD handles the Disqus section in the disqus.ejs. But it doesn't work for shortnames containing dash character, and it doesn't handle shortnames with uppercase letters currently.
It would be better to modify it as following code:
The text was updated successfully, but these errors were encountered: