question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Notebook Mode: The comment block is not recognized as a Markdown block

See original GitHub issue

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.

<# =========================
# Write comment here
============================ #>

I hope this is improved.

Text mode

image

Notebook mode

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
rjmholtcommented, Jul 31, 2020

Is this an issue specific to my environment?

It’s a general bug that we’ll fix in the next update. For now cells must start with the line <# and end with the line #>

Read more comments on GitHub >

github_iconTop Results From Across the Web

Comments in Markdown - syntax - Stack Overflow
I use yaml block comments in combination with html-inline comments, since html-comments cannot be nested. Unfortunately, there is no way of block commenting...
Read more >
Markdown Cells — Jupyter Notebook 6.5.2 documentation
Text can be added to Jupyter Notebooks using Markdown cells. ... You can make text italic or bold by surrounding a block of...
Read more >
Markdown in Jupyter Notebook Tutorial - DataCamp
Markdown cells can be selected in Jupyter Notebook by using the drop-down or also by the keyboard shortcut 'm/M' immediately after inserting a...
Read more >
Markdown editing with Visual Studio Code
Working with Markdown files in Visual Studio Code is simple, ... Smart select within a Markdown document expands from a block element, to...
Read more >
Markdown Support | PyCharm Documentation - JetBrains
PyCharm recognizes Markdown files, provides a dedicated editor with ... If your code blocks are not meant to be syntactically correct, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found