Files
2025-12-30 11:27:14 +07:00

9 lines
171 B
Python

from . import html
def element(name):
def convert_underline(nodes):
return [html.collapsible_element(name, {}, nodes)]
return convert_underline