Skip to content

Commit 8c28d3b

Browse files
committed
some explanations
1 parent e178364 commit 8c28d3b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

papyri/directives.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ def unicode_handler(argument, options, content):
7474

7575

7676
def replace_hander(argument, options, content):
77-
# likely need some checks that this is indeed a Unicode char
77+
# Here we likely want to parse the content/argument and recurse.
78+
# which might change slightly the API.
79+
# I think here if necessary we return an unprocessedDirective,
80+
# and the TSVisitor should recurs with generic_visit ?
7881
return [MText(argument)]
7982

8083

0 commit comments

Comments
 (0)