Closed thiswillbeyourgithub closed 4 years ago
Hi, another problem that seems to be related to #11 .
If I have abcdefg and put my cursor after c and enter ::c:: which should be replaced with }}{{c1:: I end up with abc::c::}}{{c1::defg
abcdefg
c
::c::
}}{{c1::
abc::c::}}{{c1::defg
Also happens with bold.
Looking at the html I have : <b>abc::c::</b>}}{{c1::<b>defg</b>
<b>abc::c::</b>}}{{c1::<b>defg</b>
So the \ marker seems to stop SAYT when it tries to remove ::c::
Haven't been able to recreate this error (I only tried testing after the bug fix in #11)... so hopefully that fixed it?
I'm confirming you fixed this :)
Hi, another problem that seems to be related to #11 .
If I have
abcdefg
and put my cursor afterc
and enter::c::
which should be replaced with}}{{c1::
I end up withabc::c::}}{{c1::defg
Also happens with bold.
Looking at the html I have :
<b>abc::c::</b>}}{{c1::<b>defg</b>
So the \ marker seems to stop SAYT when it tries to remove
::c::