Gwen

Results 9 issues of 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...

enhancement
help wanted
good first issue

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`)...

enhancement
good first issue
P-medium

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...

bug

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...

rust

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...

good first issue

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...

help wanted

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~ -...

help wanted
good first issue