-
### What happened?
It looks like if a fenced codeblock's attribute has backticks in it, the code block fails to render.
### To reproduce
#### Input
[→ View on the Markdoc playgroun…
-
Getting [Binding]An error occurred binding 'Markdown' to '---' at '---': 'Unsupported IBinding implementation 'Markdown.Avalonia.Extensions.StaticBinding'.'
when markdown uses backticks (`) for cod…
-
If I type in Discord:
`````
```python
def f():
return 2 + 2
```
`````
I get this on IRC:
```
16:29:18 def f():
16:29:19 return 2 + 2
16:29:20
```
I wonder if…
-
When rendering Markdown code blocks using `MarkdownScrollViewer`, blocks with a language specifier at the top (e.g., ````csharp`) render as empty rectangles. Code blocks without a language specifier (…
-
### Bug Description
I was working on a great workflows with some comments and thought about giving some code notes with sticky notes in Markdown. I just added some code with the md syntax.
The th…
-
### Is your feature request related to a problem? Please describe
I want to be able to do this:
```
printf("hello, world!\n")
```{class=foo}
and get
```
printf("hello, wo…
-
### What happened?
When running the minifier with the following input:
```
{% ignore1 %}
a {
{% ignore2 %}
}
{% ignore3 %}
```
And settings:
```
{
ignoreCustomFragments: [
…
-
I have some large test suites for some libraries – [DynamicExpressions.jl](https://github.com/SymbolicML/DynamicExpressions.jl/tree/master/test) and [SymbolicRegression.jl](https://github.com/MilesCra…
-
## Long code blocks cause an error in _gen_chars
When using large blocks of code, I experienced an issue where i could not get a string to be accepted, after a bit of experimenting, it seems that aft…
-
Code blocks and inline code segments do not render in a monospace font on Linux/Firefox.
Example from https://openliberty.io/docs/latest/reference/feature/mpOpenAPI-3.1.html:
![image](https://gi…