Skip to content

Commit

Permalink
comment out example code for disabling line #
Browse files Browse the repository at this point in the history
  • Loading branch information
davidovich committed Feb 12, 2023
1 parent 0c25015 commit db09239
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<!-- hide Highlight.js line numbers -->
<!-- hide Highlight.js line numbers
uncommenting the style block below will demonstrated how to disable
line numbers when highlight.js is active -->

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

0 comments on commit db09239

Please sign in to comment.