Davide Bellone
Davide Bellone
Add mermaid rendering. When a user adds a mermaid block like ```mermaid sequenceDiagram Alice->>John: Hello John, how are you? John-->>Alice: Great! Alice-)John: See you later! ``` The diagram should be...
Hello! I'm using this theme to render some notes, and I noticed a weird behaviour when I deployed the page using GitHub pages. When using wikilinks with an alternative name,...
We can assign tags for every bubble. It would be useful to see those tags on the GitHub rendered page.
The word _everyone_ appears on the header even if it's not listed in the _gatsby-config.js_ file: Here's what I see [on my site](https://www.code4it.dev/)  And here's how my gatsby-config.js file...
It would be great to have 2 separate repositories for this theme: one for the theme itself and one for the demo. In this way, new users can easily understand...
Hello. I'm trying to port my blog to Statiq, using this theme. My old blog uses Markdown files with this kind of Frontmatter: ```yml --- title: "3 ways to inject...
Gatsby 5 has been released in late 2022. I think it can be useful to migrate the theme (and the related demo) to Gatsby5. https://www.gatsbyjs.com/docs/reference/release-notes/v5.13/
Hello. the theme works well if I use JPG files for cover images. If I use png, it does not even compile. Is it a matter of configurations?
Markdown tables are not being converted into HTML. You can in fact see the plain text for such tables.  Do I have to install anything, or is it just...