jekyll-theme-endless 0.17.1 → 0.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1644de4c8801d224c122ded7a66a6fd9e666851b998913ce7261de586e4e0206
4
- data.tar.gz: 595af7928ba69b2f00cb3d899e30d7bc4f8e5ee4360def16123328913fdc902c
3
+ metadata.gz: 72bf42744215b1e4176e609dfd51055794b149072e2fe15f26551c2f90d262d7
4
+ data.tar.gz: f796f05a0cc99b8ec8a0d2eedb421cb40cb525400a8cbe673ec21199eee62ddf
5
5
  SHA512:
6
- metadata.gz: b9b26f9d812ab5ec2f9bac0f06ebd61ab1d619abc1ca42cca9d7cd2c82c18fe8550c53c06df70c299bfefbea49fa936fcca5e74bdd09c1dd6a802e0125e54b0a
7
- data.tar.gz: d3ea74ca5e6c089b4ab491e3bf8d3b39186d54c7995867acb8f55a447d594573c73a3a972d01c9d100572063e841a1f1b05c0a18c749b35524d9052648d03ee5
6
+ metadata.gz: 9c406a278b28177106053de5f499d5f6fe62f0fe7520d6e195ae45bcba4600a1c96fb219a89a12b847a5cbc08b157b2e14eb6a2f62d1381177af7e56d679b769
7
+ data.tar.gz: 58d11cce69de569d8101ff7ab8f832f489d0f4dff4113a2368951a0ea201a3afc97422546c3a135d84a36a64bd2b42bd0c5478d0772d9b6677ffc17692723d30
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Endless
3
- VERSION = '0.17.1'
3
+ VERSION = '0.17.2'
4
4
  end
5
5
  end
@@ -532,10 +532,32 @@ digraph g {
532
532
 
533
533
 
534
534
 
535
+ [[mermaid]]
535
536
  === Mermaid
536
537
 
537
538
  https://mermaid.js.org/[mermaid.js] is ideal for creating flowcharts, sequence diagrams, Gantt charts, and more.
538
539
 
540
+ .Example of a Sankey diagram that shows the distribution of construction costs across different trades, as well as the material and labor costs.
541
+ [mermaid, format=svg, background="FFFF0000"]
542
+ ----
543
+ sankey-beta
544
+
545
+ %% source,target,value
546
+ Loan A , Sanitary, 40000
547
+ Loan A , Masonry work, 10000
548
+ Loan B , Masonry work, 30000
549
+ Equity , Tiler, 20000
550
+
551
+ Sanitary, Material costs, 25000
552
+ Sanitary, Labor costs, 15000
553
+
554
+ Masonry work, Material costs, 25000
555
+ Masonry work, Labor costs, 15000
556
+
557
+ Tiler,Material costs,10000
558
+ Tiler,Labor costs,10000
559
+ ----
560
+
539
561
  .Example of a flowchart in Mermaid, demonstrating a simple decision tree with two options.
540
562
  [mermaid, format=svg]
541
563
  ----
@@ -568,6 +590,8 @@ pie title Popular Cuisines Around the World
568
590
 
569
591
 
570
592
 
593
+
594
+
571
595
  === Lilypond
572
596
 
573
597
  LilyPond is a music engraving program that enables users to create beautifully typeset sheet music through a text-based input system, focusing on producing high-quality, professional-looking scores suitable for publication.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-endless
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.1
4
+ version: 0.17.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sven Boekhoff
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-09 00:00:00.000000000 Z
10
+ date: 2025-02-13 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: jekyll-asciidoc