-
Notifications
You must be signed in to change notification settings - Fork 510
Notebook Mode: The comment block is not recognized as a Markdown block #2845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
That's odd. That should work. Do normal block comments work?
|
Hi @TylerLeonhardt |
What about this one: <# x
# Comment
#> or this one: <#
# Comment
x #> Or <#
# Comment
#> (Spacing before the end delimiter) |
I bet the first case is broken |
The code indicates that we expect the whole line to be the comment delimiter, rather than just contain it:
|
It's a general bug that we'll fix in the next update. For now cells must start with the line |
Yep, should be a straightforward fix and you've given us a great test case :) |
Well, can I post any feedback on the Notebook mode that Tyler Leonhardt has posted on the PowerShell blog?
https://devblogs.microsoft.com/powershell/public-preview-of-notebook-mode-in-the-powershell-preview-extension-for-visual-studio-code/
Issue Description
The comment block style that our team normally uses doesn't seem to be correctly parsed as a Markdown block in the Nodebook mode.
I hope this is improved.
Text mode
Notebook mode
The text was updated successfully, but these errors were encountered: