Skip to content

Commit c7bfe2e

Browse files
committed
Use HTML for images inside readme links for Markdown compatibility reasons
Earmark (ExDoc plugin) chokes on the Markdown syntax.
1 parent 6f378ab commit c7bfe2e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# example_files
22

3-
[![Travis CI build status]][Travis-CI-build-status]
4-
[![Hex release] ][Hex-release]
3+
[<img alt="Travis CI build status" src="https://secure.travis-ci.org/njonsson/example_files.svg?branch=master" />][Travis-CI-build-status]
4+
[<img alt="Hex release" src="https://img.shields.io/hexpm/v/example_files.svg" />][Hex-release]
55

66
**See what’s changed lately by reading the [project history][project-history].**
77

@@ -73,9 +73,6 @@ To release a new version:
7373

7474
Released under the [MIT License][MIT-License].
7575

76-
[Travis CI build status]: https://secure.travis-ci.org/njonsson/example_files.svg?branch=master
77-
[Hex release]: https://img.shields.io/hexpm/v/example_files.svg
78-
7976
[Travis-CI-build-status]: http://travis-ci.org/njonsson/example_files "Travis CI build status for ‘example_files’"
8077
[Hex-release]: https://hex.pm/packages/example_files "Hex release of ‘example_files’"
8178
[project-history]: https://github.com/njonsson/example_files/blob/master/History.md "‘example_files’ project history"

0 commit comments

Comments
 (0)