-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9727f03
commit 8ba3cc8
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Markdown Media | ||
|
||
[](https://codeclimate.com/github/veganstraightedge/markdown_media) | ||
 | ||
 | ||
|
||
This syntax uses doubles square brackets on each side of a URL and optional options. | ||
It expands into the current preferred embed code for that site’s media or raw media. | ||
|
@@ -271,7 +271,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/vegans | |
* Morgan Fogarty <[email protected]> | ||
* Matt Pruitt <[email protected]> | ||
* Justin Lavoie <[email protected]> | ||
* astronaut-wannabe <[email protected]> | ||
* astronaut-wannabe <[email protected]> | ||
|
||
## License | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module MarkdownMedia | ||
VERSION = "1.7.0" | ||
VERSION = "1.8.0" | ||
end |