mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 12:14:26 +00:00
Handle new rst nodes
This commit is contained in:
parent
ee475d6409
commit
6ffee2f752
@ -138,6 +138,13 @@ class Translator(nodes.NodeVisitor):
|
||||
def depart_table(self, node):
|
||||
pass
|
||||
|
||||
def visit_system_message(self, node):
|
||||
pass
|
||||
|
||||
def depart_system_message(self, node):
|
||||
pass
|
||||
|
||||
|
||||
class MDWriter(writers.Writer):
|
||||
"""GitHub-flavored markdown writer"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user