diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/panettone/src/inline-markdown.lisp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/panettone/src/inline-markdown.lisp b/web/panettone/src/inline-markdown.lisp index fc5f77584fc4..e49293519bf4 100644 --- a/web/panettone/src/inline-markdown.lisp +++ b/web/panettone/src/inline-markdown.lisp @@ -124,7 +124,4 @@ ; only eliminates the slight use case for nesting :em inside :del, but ; shouldn't be too bad. As a side effect this is the precise behavior ; we want for :code. - ; - ; TODO(sterni): maybe bring back the restart-based system which allowed - ; to skip nested tokens if desired. (t (write-string (who:escape-string tok-str) target))))) |