Skip to content

Commit

Permalink
Add gatsby-remark-graph config
Browse files Browse the repository at this point in the history
  • Loading branch information
solimant authored Jun 28, 2024
1 parent 60fafc7 commit 75af37c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ module.exports = {
resolve: `gatsby-transformer-remark`,
options: {
plugins: [
{
resolve: `gatsby-remark-graph`,
options: {
// this is the language in your code-block that triggers mermaid parsing
language: `mermaid`, // default
theme: `default` // could also be dark, forest, or neutral
}
},
{
resolve: `gatsby-remark-plantuml-lite`,
options: {
Expand Down

0 comments on commit 75af37c

Please sign in to comment.