mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 16:56:43 +00:00
Directives of this type without numeric inputs should not have a `startFrom` attribute; with a blank value, the writers can produce extra whitespace.
6 lines
63 B
Plaintext
6 lines
63 B
Plaintext
.. code::python
|
|
:number-lines:
|
|
|
|
def func(x):
|
|
return y
|