Skip to content

Releases: autotraderuk/jekyll-revealjs

Support for sequence diagrams

20 Feb 12:38
Compare
Choose a tag to compare

This upgrades the mermaid.js library to v10.8.0 to support more recently adopted diagram types.

This seemed to work locally with sequence, timeline and C4 diagrams but I haven’t tested extensively.

Mermaid.js diagrams

05 Sep 15:19
9e413ad
Compare
Choose a tag to compare

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

05 Sep 15:09
bfc834f
Compare
Choose a tag to compare
Mermaid.js diagrams Pre-release
Pre-release

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

05 Sep 14:33
5032e45
Compare
Choose a tag to compare
Mermaid.js diagrams Pre-release
Pre-release

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

02 Jul 12:25
Compare
Choose a tag to compare
Comment to suggest quoting hex colour codes

This avoids hex colour codes being interpreted as YAML comments.

Configurable slide background colour

02 Jul 12:13
Compare
Choose a tag to compare
Comment to suggest quoting hex colour codes

This avoids hex colour codes being interpreted as YAML comments.

Fix nested fragments

04 Jun 18:07
Compare
Choose a tag to compare

This fixes a bug where nested fragments would render at the same time as their parent.

Easier list fragments

22 Feb 11:11
Compare
Choose a tag to compare
Easier list fragments Pre-release
Pre-release
  • Breaks old list fragments—use + at the start of the line.
  • Fixes mistake in <backgroundimage/>—replace this with </backgroundimage>.

Auto Trader Theme

21 Feb 18:51
Compare
Choose a tag to compare
Auto Trader Theme Pre-release
Pre-release
v1.5.2

Make bold text bold

Auto Trader Theme

19 Feb 17:57
Compare
Choose a tag to compare
v1.5.1

Hopefully include css in theme by moving sass to assets folder