This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 06a6cd4de20 Use jekyll-commonmark for auto URL link (#673)
06a6cd4de20 is described below
commit 06a6cd4de209242c6c6b4bb79082b09d41f2defd
Author: Sutou Kouhei <[email protected]>
AuthorDate: Tue Jul 22 10:49:48 2025 +0900
Use jekyll-commonmark for auto URL link (#673)
Fixes GH-672.
---
Gemfile | 5 +++--
_config.yml | 11 ++++++++---
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/Gemfile b/Gemfile
index 25de57021a6..559b76e3238 100644
--- a/Gemfile
+++ b/Gemfile
@@ -20,13 +20,14 @@ ruby RUBY_VERSION
gem "base64"
gem "csv"
-gem "jekyll", "4.3.3"
+gem "jekyll", "4.4.1"
gem "rake"
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "webrick"
group :jekyll_plugins do
- gem "jekyll-feed", "~> 0.6"
+ gem "jekyll-commonmark"
+ gem "jekyll-feed"
gem "jekyll-jupyter-notebook"
gem "jekyll-seo-tag"
end
diff --git a/_config.yml b/_config.yml
index acaffee0233..f1a83ea705f 100644
--- a/_config.yml
+++ b/_config.yml
@@ -19,9 +19,14 @@ repository: https://github.com/apache/arrow
excerpt_separator: </p>
timezone: America/New_York
-kramdown:
- input: GFM
- syntax_highlighter: rouge
+markdown: CommonMark
+commonmark:
+ options:
+ - FOOTNOTES
+ extensions:
+ - autolink
+ - strikethrough
+ - table
include:
- .asf.yaml