Initial commit (Clean history)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from . import html
|
||||
|
||||
|
||||
def element(name):
|
||||
def convert_underline(nodes):
|
||||
return [html.collapsible_element(name, {}, nodes)]
|
||||
|
||||
return convert_underline
|
||||
Reference in New Issue
Block a user