Releases: VincentTam/beautifulhugo
Releases · VincentTam/beautifulhugo
Basic Comment Preview
Demo: https://vincenttam.gitlab.io/bhdemo
Technologies used:
- KaTeX math rendering (I added some more popular
delimiters
to the default ones.) - Showdown Markdown parsing
Limitations:
- Hugo and Showdown have different flavor of Markdown by default
- Custom KaTeX macros are not supported unless you inject them into where
renderMathInElement
is called.
Staticman Nested Comments
Demo
https://vincenttam.gitlab.io/bhdemo
New functionalities
- Add support to nested comments, based on dancwilliams/networkhobo@07033e0
- Add some basic CSS code for backreferencing
- Add a "reset" button to clear form data and reply target
Bug fixes
Backward compatibility
- Compatible with existing posts
- It can be merged with the main branch.