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
{{ message }}
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
We could add line numbering for code snippets/highlighting as default param in hugo.
Right now, because of using syntax, e.g. like:
we lose line numbering. We can make it appear by using syntax like:
But then the code highlighting does not work well in IDE (at least in mine 😉 ).
ref. #270