Gwen
Gwen
If a short-code with a body is used in the body of a short-code it's `{% end %}` is matched with the outer short-code. This prevents the use of nested...
When using a dynamic matrix, there is no clear way to extend a matrix not with copies of a _single element_, but with a _vector_ (like with `insert_row` or `insert_column`)...
The link forwards for now, but as my username has changed it's best to have the up-to-date link so it doesn't break in the future.
# Bug Report In a "backticks" codeblock without line numbers, an empty line will insert `` tags around the code with broken nesting like so: ```html ``` ## Environment Zola...
I have since changed usernames and am also in the process of migrating to codeberg.org.
Hello! I am attempting to use tree-sitter as the initial parser for a compiler using rust bindings to the grammar I have generated. When it comes to translating the AST...
Glitter uses prop test to do "fuzz" style testing, but [`cargo fuzz`](https://rust-fuzz.github.io/book/cargo-fuzz.html) can probably do better since it can generate coverage guided test input. - [ ] Fuzz the parser...
It would be nice to autogenerate a man page which not only shows all of the help information but also includes detailed information on how to write glitter formats. That...
I have used glitter in MacOSX before, it works as expected on Ubuntu which is my main development platform. - [ ] ~get access to MacOSX to build glitter~ -...