File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ def __init__(self):
144
144
@abstractmethod
145
145
def can_parse (self , line : str ) -> bool :
146
146
"""
147
- All children should call _start_block in initiate_parsing() implementation.
148
- """
147
+ All children should call _start_block in initiate_parsing() implementation.
148
+ """
149
149
pass
150
150
151
151
@abstractmethod
@@ -312,6 +312,7 @@ def rst_to_markdown(text: str):
312
312
- https://www.python.org/dev/peps/pep-0287/
313
313
- https://www.python.org/dev/peps/pep-0257/
314
314
- https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_numpy.html
315
+ - https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#literal-blocks
315
316
316
317
It is intended to improve the UX while better the solutions at the backend
317
318
are being investigated rather than provide a fully-featured implementation.
You can’t perform that action at this time.
0 commit comments