This repository has been archived on 2024-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
vitrine/layouts/partials/highlightjs-linenumbers-example/reveal-hugo/body.html
2022-01-05 23:28:57 +01:00

6 lines
100 B
HTML

<!-- hide Highlight.js line numbers -->
<style>
.hljs-ln-numbers {
display: none;
}
</style>