roc lee writes:
> I have function names in both a text block and a table cell, for example:
> function_name_with_underline()
>
> When I publish it in HTML format, the underline was interpreted incorrectly:
>
> functionnamewithunderline
>
Try setting the ^ option to nil with a line like the follo
I have function names in both a text block and a table cell, for example:
function_name_with_underline()
When I publish it in HTML format, the underline was interpreted incorrectly:
functionnamewithunderline
"=function_name_with_underline()=" works, but to warp all function
names is boring.
Is