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):
144144 @abstractmethod
145145 def can_parse (self , line : str ) -> bool :
146146 """
147- All children should call _start_block in initiate_parsing() implementation.
148- """
147+ All children should call _start_block in initiate_parsing() implementation.
148+ """
149149 pass
150150
151151 @abstractmethod
@@ -312,6 +312,7 @@ def rst_to_markdown(text: str):
312312 - https://www.python.org/dev/peps/pep-0287/
313313 - https://www.python.org/dev/peps/pep-0257/
314314 - https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_numpy.html
315+ - https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#literal-blocks
315316
316317 It is intended to improve the UX while better the solutions at the backend
317318 are being investigated rather than provide a fully-featured implementation.
You can’t perform that action at this time.
0 commit comments