updated sample to show fa-diagrams
This commit is contained in:
@@ -19,6 +19,7 @@ If you see this page, that means it's working
|
|||||||
* [Spoilers](#spoilers)
|
* [Spoilers](#spoilers)
|
||||||
* [Math Equations](#mathequations)
|
* [Math Equations](#mathequations)
|
||||||
* [UML](#uml)
|
* [UML](#uml)
|
||||||
|
* [Diagrams](#diagrams)
|
||||||
* [Youtube Videos](#youtubevideos)
|
* [Youtube Videos](#youtubevideos)
|
||||||
|
|
||||||
### Headers
|
### Headers
|
||||||
@@ -253,6 +254,30 @@ showdown -left-> express : 4. html
|
|||||||
express -up-> web : 5. html
|
express -up-> web : 5. html
|
||||||
@enduml
|
@enduml
|
||||||
|
|
||||||
|
### Diagrams
|
||||||
|
[Back to top](#top)
|
||||||
|
|
||||||
|
You can use [fa-diagrams](https://github.com/Klemek/fa-diagrams) with `@startfad` and `@endfad` tags and using YAML inside
|
||||||
|
|
||||||
|
@startuml
|
||||||
|
nodes:
|
||||||
|
- name: node1
|
||||||
|
icon: laptop-code
|
||||||
|
color: '#4E342E'
|
||||||
|
bottom: my app
|
||||||
|
- name: node2
|
||||||
|
icon: globe
|
||||||
|
color: '#455A64'
|
||||||
|
bottom: world
|
||||||
|
links:
|
||||||
|
- from: node1
|
||||||
|
to: node2
|
||||||
|
color: '#333333'
|
||||||
|
top:
|
||||||
|
icon: envelope
|
||||||
|
bottom: '"hello"'
|
||||||
|
@enduml
|
||||||
|
|
||||||
### Youtube Videos
|
### Youtube Videos
|
||||||
[Back to top](#top)
|
[Back to top](#top)
|
||||||
|
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ div.article:active {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#text img {
|
#text img, #text svg {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user