Skip to content

Commit 726e596

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

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Gemfile

Lines 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"

Gemfile.lock

Lines 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)