Compare commits

3 Commits
master ... test

Author SHA1 Message Date
ackman678
d0047b7073 test md links 2019-02-28 14:46:10 -08:00
ackman678
e142715d0f test2 2019-02-28 14:37:21 -08:00
ackman678
af5ac8156f local url test1 2019-02-28 14:08:57 -08:00
4 changed files with 413 additions and 5 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,5 @@
*.psd *.psd
*.ai *.ai
*.tiff *.tiff
*.png
*.jpg *.jpg
*.pdf *.pdf

View File

@@ -23,8 +23,23 @@ With the open source graph visualization software [GraphViz](http://www.graphviz
`dot ppc-circuits.dot -Tsvg -o ppc-circuits.svg` `dot ppc-circuits.dot -Tsvg -o ppc-circuits.svg`
<figure> Fig caption test with md style links:
<img src="basal-ganglia-circuits.svg" width=300px><img src="ppc-circuits.svg" width=300px>
<figcaption>Sample content: Graphs of posterior parietal cortex and basal ganglia connectivity.</figcaption> <div>
</figure>
![](basal-ganglia-circuits.svg)
![](fig_motor-neuron-key.png)
<figcaption>Sample content.</figcaption>
</div>
html style img links `<img src="filename">` with or without absolute urls doesn't work with this git server rendering app:
<img src="fig_motor-neuron-key.png" width="300px">
<img src="https://git.ackmanlab.com/jackman/svg-assets/src/branch/master/fig_motor-neuron-key.png" width="300px">
But md style links `![](filename)` work with svgs and pngs:
![](basal-ganglia-circuits.svg)
![](fig_motor-neuron-key.png)

BIN
fig_motor-neuron-key.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

394
fig_motor-neuron-key.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 72 KiB