-
There are a few attempts at a tree sitter grammar for Quarto out there but the tend to fall short or are barely usable.
As most major editors now support (sometimes exclusively) tree sitter grammars.…
-
related: #239
I have a custom element that has a few very long attribute values, but needs to render without a wrapping ``. It’s entirely unfeasible to write it all in one line (not to mention doi…
-
Given a content type generate an RSS feed with X number of items.
Atom RSS format.
Note we need to use non-changing GUIDs for each content item, otherwise RSS feeds will mistakenly mark a page …
-
These work items are blocking the release.
## Must resolve
- [ ] TOC visible text (link text) generation, especially when facing non-CommonMark syntax. #890, #903
- [ ] #907
- [x] A mysterious…
-
When creating lists with more than 2 levels, the 3rd level turns red and there is no actual change in the preview.
In order to create a 3rd level I need to add 3 tabs instead of 1.
Plus, there is …
-
I installed this plugin and found that my implementation of multiple columns (based on [this recipe](https://learn.getgrav.org/16/cookbook/general-recipes#render-content-in-columns)) stopped working. …
-
Currently
`````
```name
content
```
:::name
content
:::
`````
goes to
````
code_block text="content\n" lang="name"
div class="name"
para
str text="content"
````
…
-
I have the following Markdown code:
```
{
"name": "",
"description": ""
"entries": [{
}]
]
```
This formats correctly in GitHub issue tracker, but not in Mac…
ajmas updated
6 years ago
-
Official package name:
mkvtoolnix
License (must be an OSI approved Open Source license):
GNU GPLv2
Download URL of latest release:
https://gitlab.com/mbunkus/mkvtoolnix/-/archive/release-55.0…
-
Operation System: Debian Jessie
Beaker Version: 0.7.2
It appears linefeeds are rendered in markdown. For instance, the following is written on 3 lines (2 words per line), but it should render as a…