Gustaf Sjöberg
Gustaf Sjöberg
Same issue here. As soon as we do something like: ``` const Label: FC = ({ [...] ``` We end up with nothing in `___types` at all.
Came here for this. ```markdown - A - B -C ``` `-C` is treated as a `markdownCodeBlock`. Edit: NVIM v0.6.0-dev+153-g2cb8db34e
No doubt about that. Merely reporting. It works as expected with plasticboy/vim-markdown, maybe there's something there that is worth looking at?
Doesn't Markdown require a blank line before the >=8-space indentation to identify the block as a code block? The following works with `plasticboy/vim-markdown` and `glow`: ``` - list item -...
> But your assumption may indeed be a better default than the current behavior. Requiring a blank line would make it easier to distinguish between line continuation and code blocks...