-
Horizontal scrolling is not very good. Maybe this could be a setting, maybe there could be a button besides the "copy to clipboard" one. What are your thoughts?
-
When will markdown style code blocks be supported ?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: bc130656…
sidja updated
2 years ago
-
It would be nice to add code folding on comment blocks.
```
////
A comment block.
Notice it's a delimited block.
////
```
We should also do code folding on a group of single line comments…
-
This markdown text for e.g.:
Example - I:
> *NOTE:* Many (old) sources suggest adding/enabling the unstable repository
> (albeit with a low priority) to install WireGuard from, like so:
>
…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'https://emotion.sh/docs/css-prop#style-precedence'
2. Compar…
-
Would it be possible to add classes to code blocks as well?
Currently when I try this:
````
{:.foo}
```
test
```
````
It will result in this html:
```html
test
```
-
Sometimes code blocks can be large (for included support code for example) and it would be nice if we could make those code blocks collapsible in the Jupyter notebook.
- [ ] research collapsible b…
mmcky updated
5 years ago
-
a user would like to ability to for example have the following math and then use the label in code blocks for link-able references
```
.. math::
:label: ma_inf
X_t = \sum_{j=0}^{\infty} …
mmcky updated
5 years ago
-
There's currently no syntax highlighting happening for Markdown/Kramdown code blocks.
A possible solution to get Kramdown code blocks, e.g.:
```
~~~ ruby
[....]
~~~
```
properly syntax high…
-
The Demo code does run and it echos the RFIDs on the screen.
However when I try to combine it with other functions, it seems to block the other code. Is this supposed to do so? How do I prevent this b…