Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d0047b7073 | ||
|
|
e142715d0f | ||
|
|
af5ac8156f |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,5 @@
|
|||||||
*.psd
|
*.psd
|
||||||
*.ai
|
*.ai
|
||||||
*.tiff
|
*.tiff
|
||||||
*.png
|
|
||||||
*.jpg
|
*.jpg
|
||||||
*.pdf
|
*.pdf
|
||||||
|
|||||||
23
README.md
23
README.md
@@ -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>
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
<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 `` work with svgs and pngs:
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
|||||||
BIN
fig_motor-neuron-key.png
Normal file
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
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 |
Reference in New Issue
Block a user