Seongmin Lee

Results 134 comments of Seongmin Lee

> Which means there's significant overlap between both syntaxes. It's not much of an issue in of itself, but I wanted to hear your opinion on this overlap. I don't...

I'm working on [lua based Pandoc reader](https://github.com/boltlessengineer/norg-pandoc). Can this lua Reader be integrated inside Pandoc?

> It might provide guidance in writing a Haskell reader. Can Haskell reader run lua reader inside? I'm curious if I can use existing codebase using `pandoc` lua module inside...

I don’t think Norg is ready to be implemented as pandoc target. Norg format itself still have some stuff that should be fixed and it may have breaking changes soon....

Well, I was wrong for that example, sorry for that. I mean this: ``` - list item - sublist item - sublist item first list item continues - another list...

Exporting http to curl command format is already builtin as experimental `:Rest curl yank` and `:Rest curl comment` commands. For importing curl commands as http format, #415 might address that...

I'm not against to adding more autocommand events but I think it will be better to fix that `noice.nvim` issue in first place. As I couldn't reproduce the *flickering*, can...

Closing this due to v3 release of [tree-sitter-http](https://github.com/rest-nvim/rest.nvim). Now rest.nvim officially supports `form-urlencoded` body type.

Can we rename _heading_ to _section_? I think it makes more sense. heading -> section heading title -> heading So when we say "content of heading" we explicitly say for...

I'm saying with the context of #43. If we want to put heading everywhere and define a "block" node, heading itself should not do anything structural. ``` - * heading...