Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 726e596

Browse filesBrowse files
committed
fix: return support for raw html - captions, tables and notes
1 parent c322bdd commit 726e596
Copy full SHA for 726e596

File tree

Expand file treeCollapse file tree

2 files changed

+7
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-4
lines changed
Open diff view settings
Collapse file

‎Gemfile‎

Copy file name to clipboardExpand all lines: Gemfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "uglifier", "~> 3.0.4"
1313
gem "autoprefixer-rails"
1414
gem "bootstrap-sass"
1515
gem "oga", "~> 2.3"
16-
gem 'html-pipeline'
16+
gem 'html-pipeline', "2.4.2"
1717
gem 'github-markdown'
1818
gem 'execjs'
1919
gem "sprockets", "~> 3.6.3"
Collapse file

‎Gemfile.lock‎

Copy file name to clipboardExpand all lines: Gemfile.lock
+6-3Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ GEM
4444
ffi (1.16.3)
4545
forwardable-extended (2.6.0)
4646
github-markdown (0.6.9)
47-
html-pipeline (2.14.3)
47+
html-pipeline (2.4.2)
4848
activesupport (>= 2)
4949
nokogiri (>= 1.4)
5050
http_parser.rb (0.8.0)
@@ -85,7 +85,9 @@ GEM
8585
mercenary (0.3.6)
8686
minitest (5.20.0)
8787
mutex_m (0.2.0)
88-
nokogiri (1.15.4-arm64-darwin)
88+
nokogiri (1.15.5-arm64-darwin)
89+
racc (~> 1.4)
90+
nokogiri (1.15.5-x86_64-darwin)
8991
racc (~> 1.4)
9092
octokit (4.25.1)
9193
faraday (>= 1, < 3)
@@ -129,14 +131,15 @@ GEM
129131

130132
PLATFORMS
131133
arm64-darwin-23
134+
x86_64-darwin-21
132135

133136
DEPENDENCIES
134137
autoprefixer-rails
135138
bootstrap-sass
136139
commonmarker
137140
execjs
138141
github-markdown
139-
html-pipeline
142+
html-pipeline (= 2.4.2)
140143
jekyll (~> 3.0)
141144
jekyll-assets (~> 2.2.8)
142145
jekyll-sitemap

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.