Skip to content

Commit

Permalink
Add more examples in PlantUML #15
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor authored Dec 11, 2024
1 parent f0a0da3 commit 3daa3d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
|CSV with header|`%PREFIX(title,url%EOL%)%"%REPLACE(%TITLE%,'"','""')%","%REPLACE(%URL%,'"','""')%"`|
|Array in JavaScript/JSON|`%PREFIX([%EOL%)%%SUFFIX(]%EOL%)% "%REPLACE(%TITLE%,'"','\\"')%", "%REPLACE(%URL%,'"','\\"')%",`|
|Hash in JavaScript/JSON|`%PREFIX({%EOL%)%%SUFFIX(}%EOL%)% "%REPLACE(%TITLE%,'"','\\"')%": "%REPLACE(%URL%,'"','\\"')%",`|
|PlantUML Table|`%PREFIX(@startuml%EOL%\|= title \|= url \|%EOL%)%%SUFFIX(@enduml%EOL%)%\| %REPLACE(%TITLE%,'\\|','\\\|')% \| %REPLACE(%URL%,'\\|','\\\|')% \|`|
|PlantUML List|`%PREFIX(@startuml%EOL%* Webpages%EOL%)%%SUFFIX(@enduml%EOL%)%** "%TITLE%" : %URL%`|
|PlantUML Nodes|`%PREFIX(@startuml%EOL%title Webpages%EOL%%EOL%)%%SUFFIX(@enduml%EOL%)%[%TITLE%] --> [%URL%]`|


* `%CONTAINER_URL%` will be filled with a URL for [Open external links in a container](https://addons.mozilla.org/firefox/addon/open-url-in-container/), if it is non-default container tab.
Expand Down

0 comments on commit 3daa3d7

Please sign in to comment.