Vlad

Results 55 comments of Vlad

Feel free to re-open if there's any follow up.

What would you like me to do? Once a table is that wide and has content in the cells that fills it up there's not much I can do, you...

Unfortunately not really. I don't have the kind of control I would get rendering in an application I control from top to bottom or in a web app, only what...

@Thyrum, thanks for letting me know! The plugin should stop rendering when the user horizontally scrolls since there are a lot of complicated behaviors I would need to handle to...

What did you have in mind as far as what happens when a user types an escape character? I don't think multi line cells really exist, but maybe I'm missing...

Nothing provides this functionality this was just an example of how I interpreted: > a working-but-not-that-elegant solution would be an option for allowing the user to split lines manually (using...

I'm going to assume this is caused by either you or some plugin overriding the default `markdown` highlights. The ones that come with `nvim-treesitter`. The concealing behavior for links comes...

Can you paste the contents of the markdown_inline one: `/home/user/.local/share/nvim/lazy/nvim-treesitter/queries/markdown_inline/highlights.scm`

Honestly no idea, this part of the highlight should conceal your image related links for example: ```scheme ; Conceal image links (image [ "!" "[" "]" "(" (link_destination) ")" ]...