forked from ethereum/EIPs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Markdown rendering within summary/detail (ethereum#2059)
* Fix Markdown rendering within summary/detail * Add vendor to .gitignore * Remove duplicate github-pages entry from Gemfile * Require github-pages 198 This brings in fixes to kramdown. * Remove explicit jekyll version as github-pages brings it in as a dependency * Update bundler dependency tree * Fake bundler version * use Ruby 2.3.0 * Set sane defaults for kramdown * Fix links after kramdown update * Remove <details> formatting from EIP-1474 as it is not working with embedded markdown * Revert "Fix Markdown rendering within summary/detail" * Fix email in EIP-1812 * Remove <details> formatting from EIP-1620 as it is not working with embedded markdown
- Loading branch information
Showing
13 changed files
with
370 additions
and
468 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,3 +1,4 @@ | ||
_site | ||
.sass-cache | ||
.jekyll-metadata | ||
vendor |
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
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
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
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
Oops, something went wrong.