diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-07-07 22:22:26 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-07-07 22:22:26 +0200 |
commit | 8018375d79d74f2911c335337722a719cf87c72e (patch) | |
tree | d9cd5df37b7d978b30b54ca9ff673adb5f1bb2a9 | |
parent | 57499b29f9f307eeec221dbe8077599050121595 (diff) | |
download | notes-8018375d79d74f2911c335337722a719cf87c72e.tar.gz notes-8018375d79d74f2911c335337722a719cf87c72e.zip |
[dot]: add link to online editor
-rw-r--r-- | src/tools/dot.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tools/dot.md b/src/tools/dot.md index 294f05b..8267d46 100644 --- a/src/tools/dot.md +++ b/src/tools/dot.md @@ -1,6 +1,8 @@ # dot(1) -Example `dot` file to copy & paste from. +[Online playground](https://edotor.net/) + +## Example `dot` file to copy & paste from. Can be rendered to `svg` with the following command. ```bash |