Html – In Emacs, how to add line number for src block by CSS?
in the following src block example: #+begin_src python -r -n :results output :exports both print("Hello") print("I need line number for these code") print("But I don't need line number when I copy code") #+end_src the corresponding exported html result looks like:…