├── example ├── other.png └── example.svg └── README.md /example/other.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoR/svg-on-github-test/master/example/other.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Foo. 2 | 3 | ![./example/example.svg](./example/example.svg) 4 | 5 | Bar. 6 | 7 | ![./example/other.png](./example/other.png) 8 | 9 | Baz. 10 | -------------------------------------------------------------------------------- /example/example.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | wiki 11 | 12 | 13 | H 14 | 15 | Page History 16 | 17 | 18 | F 19 | 20 | Markup-to-HTML 21 | 22 | 23 | H->F 24 | 25 | 26 | 27 | 28 | O 29 | 30 | Web Page (CSS etc.) 31 | 32 | 33 | F->O 34 | 35 | 36 | 37 | 38 | 39 | --------------------------------------------------------------------------------