vscode-code-outline icon indicating copy to clipboard operation
vscode-code-outline copied to clipboard

adds item markdown code block

Open katshun0307 opened this issue 6 years ago • 2 comments

```ocaml
# x;;
val - = 100
# let x = 3 in x + 2;;
val - = 5

In a markdown code block like the above example, x;; and let x = 3 in x + 2;; is added to the outline , maybe because it starts with a #. Since it is a code block, I think this is unintended behavior.

screenshot 2018-07-03 14 15 27

katshun0307 avatar Jul 03 '18 05:07 katshun0307

This extension does not do any parsing, please report this to the Markdown extension (which I think is part of VS Code?).

patrys avatar Jul 03 '18 07:07 patrys

Sorry, I'm not familiar about the components of VSCode, nor can I read/write typescript. I have no clue how to describe this. If you could, would you mind reporting it?

katshun0307 avatar Jul 03 '18 09:07 katshun0307