Closed pharos-alexandria closed 3 years ago
If I add a behaviour like
"add": [ ["[place=margin]", ["<",">"]], ],
it behaves like expected:
<ἔξωθεν>
But if I add html-tags to the behaviour like
"add": [ ["[place=margin]", ["<b><","></b>"]], ],
the output is
<>ἔξωθεν
So, the angle bracket from the second array isn't any more output after the word.
Is this expected, i.e. do I need to write a function for such cases? Or is it a bug?
Probably a bug. I'm investigating it now.
Should be fixed with cc59e9c. I'll try to do an update release later.
Works! Thank you!
If I add a behaviour like
it behaves like expected:
But if I add html-tags to the behaviour like
the output is
So, the angle bracket from the second array isn't any more output after the word.
Is this expected, i.e. do I need to write a function for such cases? Or is it a bug?