diff options
Diffstat (limited to 'localworddiff')
-rwxr-xr-x | localworddiff | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/localworddiff b/localworddiff index 86c6f00..63a67fa 100755 --- a/localworddiff +++ b/localworddiff @@ -18,6 +18,8 @@ # # Depends: libtext-markdown-perl libhtml-html5-builder libcss-perl # Depends: libtext-worddiff-perl (>= 0.08) +# +# TODO: html-escape non-ASCII characters use Text::WordDiff; use Text::Markdown qw[markdown]; |