Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

adds item markdown code block #147

Open
katshun0307 opened this issue Jul 3, 2018 · 2 comments
Open

adds item markdown code block #147

katshun0307 opened this issue Jul 3, 2018 · 2 comments

Comments

@katshun0307
Copy link

```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

@patrys
Copy link
Owner

patrys commented Jul 3, 2018

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

@katshun0307
Copy link
Author

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants