-
When a code block is displayed, add a "Copy" button in the top-right hand corner. Clicking on it should copy the code to the clipboard. That button should only be displayed when the user moves the mou…
-
When there are no paragraphs between two blockquotes, the blockquotes get merged into one. That alone is a problem for me (I sort content by blocks), but the biggest problem is, that not even any newl…
-
I'm using matterbridge to bridge discord to IRC. My IRC users are complaining that code blocks posted on discord spam their IRC clients.
It would be nice to have an option to either filter out code…
-
Searching for text present only in code blocks yields no results.
For example, "uncompletedTestRetryQuota" can't be found because, throughout the docs, it's only present in a code block. I would expe…
-
I use pandoc to convert docx documents to markdown. These documents contain code blocks, and I apply filter to properly transform them. However, it seems that in newer pandoc versions, code blocks are…
xuhcc updated
1 month ago
-
## Describe the bug
Code blocks don't render inside post but work inside comments
## Steps to reproduce the bug
Steps to reproduce the behavior:
1. Go to https://www.reddit.com/r/commandline…
-
I added a code block in the editor and pasted this:
```
* Pair the site editor's nested iframe to the Service Worker.
*
* Without the patch below, the site editor initiates network requests t…
-
**Describe the bug**
The Generated Markdown for FlowDoc can be converted by Markdown renderer instead of left as is.
Example is your from your Examples documents:
https://github.com/modery/Powe…
-
Text written in code blocks is treated as commands. We should ignore code blocks, for example, to avoid triggering the bot when the user has:
```js
if (!auth) {}
```
**Implementation details:**
…
-
Long lines are annoying because they result in horizontal scrolling inside the code block. We should consider using a linter (like Ruff or Pylint) to ensure that code blocks are not too long. Although…