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

first-diagram.dot.svg (2853B)


      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: t Pages: 1 -->
      7 <svg width="170pt" height="218pt"
      8  viewBox="0.00 0.00 170.00 218.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 214)">
     10 <title>t</title>
     11 <polygon fill="white" stroke="transparent" points="-4,4 -4,-214 166,-214 166,4 -4,4"/>
     12 <!-- a -->
     13 <g id="node1" class="node">
     14 <title>a</title>
     15 <ellipse fill="none" stroke="black" cx="52" cy="-192" rx="27" ry="18"/>
     16 <text text-anchor="middle" x="52" y="-188.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="-105" rx="27" ry="18"/>
     22 <text text-anchor="middle" x="27" y="-101.3" font-family="Times,serif" font-size="14.00">b</text>
     23 </g>
     24 <!-- a&#45;&#45;b -->
     25 <g id="edge1" class="edge">
     26 <title>a&#45;&#45;b</title>
     27 <path fill="none" stroke="black" d="M47.06,-174.21C42.68,-159.31 36.31,-137.65 31.93,-122.76"/>
     28 <text text-anchor="middle" x="44.5" y="-144.8" font-family="Times,serif" font-size="14.00">x</text>
     29 </g>
     30 <!-- c -->
     31 <g id="node3" class="node">
     32 <title>c</title>
     33 <ellipse fill="none" stroke="black" cx="99" cy="-105" rx="27" ry="18"/>
     34 <text text-anchor="middle" x="99" y="-101.3" font-family="Times,serif" font-size="14.00">c</text>
     35 </g>
     36 <!-- a&#45;&#45;c -->
     37 <g id="edge2" class="edge">
     38 <title>a&#45;&#45;c</title>
     39 <path fill="none" stroke="black" d="M61.06,-174.61C69.44,-159.46 81.81,-137.09 90.13,-122.05"/>
     40 <text text-anchor="middle" x="81.5" y="-144.8" font-family="Times,serif" font-size="14.00">y</text>
     41 </g>
     42 <!-- d -->
     43 <g id="node4" class="node">
     44 <title>d</title>
     45 <ellipse fill="none" stroke="black" cx="63" cy="-18" rx="27" ry="18"/>
     46 <text text-anchor="middle" x="63" y="-14.3" font-family="Times,serif" font-size="14.00">d</text>
     47 </g>
     48 <!-- c&#45;&#45;d -->
     49 <g id="edge3" class="edge">
     50 <title>c&#45;&#45;d</title>
     51 <path fill="none" stroke="black" d="M91.89,-87.21C85.54,-72.21 76.29,-50.37 69.98,-35.47"/>
     52 <text text-anchor="middle" x="86.5" y="-57.8" font-family="Times,serif" font-size="14.00">y</text>
     53 </g>
     54 <!-- e -->
     55 <g id="node5" class="node">
     56 <title>e</title>
     57 <ellipse fill="none" stroke="black" cx="135" cy="-18" rx="27" ry="18"/>
     58 <text text-anchor="middle" x="135" y="-14.3" font-family="Times,serif" font-size="14.00">e</text>
     59 </g>
     60 <!-- c&#45;&#45;e -->
     61 <g id="edge4" class="edge">
     62 <title>c&#45;&#45;e</title>
     63 <path fill="none" stroke="black" d="M106.11,-87.21C112.46,-72.21 121.71,-50.37 128.02,-35.47"/>
     64 <text text-anchor="middle" x="122.5" y="-57.8" font-family="Times,serif" font-size="14.00">z</text>
     65 </g>
     66 </g>
     67 </svg>