Skip to content

Commit d99785b

Browse files
committed
Merge pull request scala#4633 from SethTisue/upgrade-redcarpet
use newer Redcarpet to build spec
2 parents 8f8d78e + 5eb0245 commit d99785b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source "https://rubygems.org"
44
gem "jekyll", "2.5.3"
55
gem "rouge"
66
# gem 's3_website'
7-
gem "redcarpet", "3.2.3"
7+
gem "redcarpet", "3.3.2"

spec/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Third, we'd like to support different output formats. An html page per chapter w
88

99
## Editing
1010

11-
We use redcarpet 3.1 and jekyll 2 to generate the html. Essentially, this is what github pages use.
11+
We use Jekyll 2 and [Redcarpet](https://github.com/vmg/redcarpet) to generate the html. Essentially, this is what github pages use.
1212

1313
## Building
1414

spec/_config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ markdown: redcarpet
66
encoding: utf-8
77
redcarpet:
88
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "strikethrough", "lax_spacing", "space_after_headers", "superscript", "footnotes"]
9-
# with_toc_data requires redcarpet 3.1 to get
10-
# pretty ID attributes for Hn headers (https://github.com/vmg/redcarpet/pull/186)

0 commit comments

Comments
 (0)