xxxxxxxxxx
1
1
using ShortCodes
ShortCodes
Simple embedding for Pluto notebooks
xxxxxxxxxx
1
1
Twitter(1314967811626872842)
YouTube
Embed a video and seek to the given point in the video (not shown in the static version).
xxxxxxxxxx
1
1
YouTube("IAF8DjrQSSk",18,27)
Flickr
xxxxxxxxxx
1
1
Flickr(29110717138)
Embed Web Page
xxxxxxxxxx
1
1
WebPage("https://julialang.org/downloads/#current_stable_release")
Vimeo
xxxxxxxxxx
1
1
Vimeo(171764413)
GraphViz
xxxxxxxxxx
1
1
GraphViz("digraph G {Hello->World}")
Mermaid
xxxxxxxxxx
1
1
Mermaid("gantt
2
section Section
3
Completed :done, des1, 2014-01-06,2014-01-08
4
Active :active, des2, 2014-01-07, 3d
5
Parallel 1 : des3, after des1, 1d
6
Parallel 2 : des4, after des1, 1d
7
Parallel 3 : des5, after des3, 1d
8
Parallel 4 : des6, after des4, 1d")
BlockDiag
xxxxxxxxxx
1
1
BlockDiag("""blockdiag {
2
Kroki -> generates -> "Block diagrams";
3
Kroki -> is -> "very easy!";
4
5
Kroki [color = "greenyellow"];
6
"Block diagrams" [color = "pink"];
7
"very easy!" [color = "orange"];
8
}""")
PlantUML
xxxxxxxxxx
1
18
1
PlantUML("@startmindmap
2
skinparam monochrome true
3
+ OS
4
++ Ubuntu
5
+++ Linux Mint
6
+++ Kubuntu
7
+++ Lubuntu
8
+++ KDE Neon
9
++ LMDE
10
++ SolydXK
11
++ SteamOS
12
++ Raspbian
13
-- Windows 95
14
-- Windows 98
15
-- Windows NT
16
--- Windows 8
17
--- Windows 10
18
@endmindmap")