vim-literate-markdown

A Vim plugin to replicate a subset of Org mode's literate programming, for Markdown files.
git clone git://git.alex.balgavy.eu/vim-literate-markdown.git
Log | Files | Refs | README

second-diagram.dot.svg (1586B)


      1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
      2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
      3  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
      4 <!-- Generated by graphviz version 2.50.0 (20211204.2007)
      5  -->
      6 <!-- Title: g Pages: 1 -->
      7 <svg width="62pt" height="116pt"
      8  viewBox="0.00 0.00 62.00 116.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
      9 <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 112)">
     10 <title>g</title>
     11 <polygon fill="white" stroke="transparent" points="-4,4 -4,-112 58,-112 58,4 -4,4"/>
     12 <!-- a -->
     13 <g id="node1" class="node">
     14 <title>a</title>
     15 <ellipse fill="none" stroke="black" cx="27" cy="-90" rx="27" ry="18"/>
     16 <text text-anchor="middle" x="27" y="-86.3" font-family="Times,serif" font-size="14.00">a</text>
     17 </g>
     18 <!-- b -->
     19 <g id="node2" class="node">
     20 <title>b</title>
     21 <ellipse fill="none" stroke="black" cx="27" cy="-18" rx="27" ry="18"/>
     22 <text text-anchor="middle" x="27" y="-14.3" font-family="Times,serif" font-size="14.00">b</text>
     23 </g>
     24 <!-- a&#45;&gt;b -->
     25 <g id="edge1" class="edge">
     26 <title>a&#45;&gt;b</title>
     27 <path fill="none" stroke="black" d="M21.16,-72.41C20.3,-64.51 20.05,-54.85 20.41,-45.94"/>
     28 <polygon fill="black" stroke="black" points="23.9,-46.18 21.12,-35.96 16.92,-45.68 23.9,-46.18"/>
     29 </g>
     30 <!-- b&#45;&gt;a -->
     31 <g id="edge2" class="edge">
     32 <title>b&#45;&gt;a</title>
     33 <path fill="none" stroke="black" d="M32.88,-35.96C33.71,-43.83 33.95,-53.37 33.58,-62.19"/>
     34 <polygon fill="black" stroke="black" points="30.07,-62.18 32.84,-72.41 37.06,-62.69 30.07,-62.18"/>
     35 </g>
     36 </g>
     37 </svg>