Releases: autotraderuk/jekyll-revealjs
Releases · autotraderuk/jekyll-revealjs
Support for sequence diagrams
Mermaid.js diagrams
Use mermaid-js to create SVG diagrams from text.
Enable the feature by setting mermaid_diagrams
to true
in _config.yml, then write code like this:
<mermaid>
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
D-->E
</mermaid>
See the docs for more.
Mermaid.js diagrams
Use mermaid-js to create SVG diagrams from text.
Enable the feature by setting mermaid_diagrams
to true
in _config.yml, then write code like this:
<mermaid>
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
D-->E
</mermaid>
which renders as:
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
D-->E
See the docs for more.
Mermaid.js diagrams
Use mermaid-js to create SVG diagrams from text.
Enable the feature by setting mermaid_diagrams
to true
in _config.yml, then write code like this:
<mermaid>
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
D-->E
</mermaid>
which renders as:
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
D-->E
See the docs for more.
Configurable slide background colour
Comment to suggest quoting hex colour codes This avoids hex colour codes being interpreted as YAML comments.
Configurable slide background colour
Comment to suggest quoting hex colour codes This avoids hex colour codes being interpreted as YAML comments.
Fix nested fragments
This fixes a bug where nested fragments would render at the same time as their parent.
Easier list fragments
- Breaks old list fragments—use
+
at the start of the line. - Fixes mistake in
<backgroundimage/>
—replace this with</backgroundimage>
.
Auto Trader Theme
v1.5.2 Make bold text bold
Auto Trader Theme
v1.5.1 Hopefully include css in theme by moving sass to assets folder