found yet another new tiny little inconsistency...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-11-07 00:12:35 +03:00
parent 950f42543a
commit 977b04afb9
2 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,7 @@ var getMarkdownOffset = function(markdown, text, i){
// chars in text can lead to false positives and lots of potential // chars in text can lead to false positives and lots of potential
// (not implemented) backtracking... // (not implemented) backtracking...
// ...needs thought... // ...needs thought...
// Q: can we cheat with this? =)
var getMarkdownOffset = function(markdown, text, i){ var getMarkdownOffset = function(markdown, text, i){
i = i ?? text.length i = i ?? text.length
var map = [] var map = []

View File

@ -68,6 +68,7 @@ var setup = function(){
this returns `69` while it should return `5` this returns `69` while it should return `5`
_...replacing `\n\n\n` with `\n\n` seems to fix the issue (also works with spaces)_ _...replacing `\n\n\n` with `\n\n` seems to fix the issue (also works with spaces)_
(BUG also the above line is not italic -- can't reproduce) (BUG also the above line is not italic -- can't reproduce)
- clicking right of the last line places cursor wrong
- DONE M - DONE M
M can't place cursor before first char M can't place cursor before first char
M M