We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acde5c5 commit 27ff2a4Copy full SHA for 27ff2a4
Gemfile
@@ -24,6 +24,7 @@ group :jekyll_plugins do
24
gem 'jekyll-email-protect'
25
gem 'jekyll-seo-tag'
26
gem 'jekyll-paginate'
27
+ gem 'jekyll-mermaid', '~> 1.0'
28
end
29
30
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
_config.yml
@@ -33,6 +33,10 @@ plugins:
33
- jekyll-email-protect
34
- jekyll-seo-tag
35
- jekyll-paginate
36
+ - jekyll-mermaid
37
+
38
+mermaid:
39
+ src: https://cdn.jsdelivr.net/npm/mermaid@11.12.0/dist/mermaid.min.js
40
41
feed:
42
posts_limit: 15
0 commit comments