From d0047b7073a60eae760856596e03732e2872fbae Mon Sep 17 00:00:00 2001 From: ackman678 Date: Thu, 28 Feb 2019 14:46:10 -0800 Subject: [PATCH] test md links --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a9cbc06..a307b7e 100644 --- a/README.md +++ b/README.md @@ -23,20 +23,23 @@ With the open source graph visualization software [GraphViz](http://www.graphviz `dot ppc-circuits.dot -Tsvg -o ppc-circuits.svg` -
- -
Sample content.
-
+Fig caption test with md style links: -html alone: +
+ +![](basal-ganglia-circuits.svg) +![](fig_motor-neuron-key.png) + +
Sample content.
+
+ +html style img links `` with or without absolute urls doesn't work with this git server rendering app: - -full link: - -md link: +But md style links `![](filename)` work with svgs and pngs: -![](fig_motor-neuron-key.png) +![](basal-ganglia-circuits.svg) +![](fig_motor-neuron-key.png)