Seongmin Lee
Seongmin Lee
What happens when we put carryover tag inside attached modifiers? Considering the precedence, should it break the attached modifier? Or as line-ending inside attached modifier can be ignored, carryover tag...
Does _terminating slide with a paragraph break_ means it is only terminating that list item but not a whole list? ``` - : paragraph - is this same list? or...
Anchor link inside anchor link ``` [[my link]] ``` I think we can solve this edge case by converting to syntax sugar for wikilinks (automatically converted to `{? my link}`)...
Free form attached modifier inside headings ``` * Contextual `|` Delimiter The pipe (`|`) character ... ``` Cause `|` opens free-form attached modifier, these two lines are part of single...
escape sequence can be used to escape non-punctuation character, is this intended behavior? ``` \* - this is common usecase of escape sequence \a - and this is also escape...
### Injection to link location ``` * evil link injection} {https://example.com link to {* evil link injection} {https://example.com}[that heading] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ``` Should spec disallow `{` and `}` characters inside link...
### Structable's prefix inside attached modifiers? ``` *bold - word* ``` If there is no following whitespace in line 2, this would be valid attached modifier, right? But if line...
`treesj` is already on luarocks, but its dependency should be updated. `nvim-treesitter` should be removed from dependency[^1]. [^1]: https://github.com/Wansmer/treesj/issues/153#issuecomment-2132078689
Thank you for your advices! 1. `.setup{}` is there to allow users to only load plugin when they want and avoid the unexpected behaviors. 2. same to 1 3. I...