Close #7849: html: Add html_codeblock_linenos_style

This commit is contained in:
Takeshi KOMIYA
2020-06-28 02:37:29 +09:00
parent 5f1e94854d
commit 6dfbc5108e
8 changed files with 45 additions and 1 deletions

View File

View File

@@ -0,0 +1,7 @@
.. code-block::
:linenos:
def hello(name)
print("hello", name)
hello("Sphinx")