zestedesavoir / zmarkdown

Live demo: https://zestedesavoir.github.io/zmarkdown/
MIT License
226 stars 52 forks source link

Disable line numbers when there is only one line #436

Closed arobase-che closed 3 years ago

arobase-che commented 3 years ago

I don't know if it's possible but disabling line numbers when there is only one line can improve readability.

~~~c 
int main(void)
~~~

Shouldn't be numbered.

That all.