-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add better formatting for figure captions in reader (#728)
* Remove static HTML fixtures in favor of live sites Uses the 'article_url' from the Forge /articles page to extract the content using a relative call to mercury parser.
- Loading branch information
Showing
30 changed files
with
111 additions
and
2,669 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
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
- name: Checkout code | ||
uses: actions/[email protected] | ||
- name: Set up Ruby | ||
uses: ruby/setup-ruby@v1.197.0 | ||
uses: ruby/setup-ruby@v1 | ||
with: | ||
bundler-cache: true | ||
- name: Set up Java | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ruby 3.2.3 | ||
ruby 3.4.1 |
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,4 +1,12 @@ | ||
source "https://rubygems.org" | ||
|
||
gem 'fastlane', "~> 2.225.0" | ||
gem "rexml", "~> 3.3.9" | ||
gem 'fastlane', "~> 2.226.0" | ||
gem "rexml", "~> 3.4.0" | ||
|
||
|
||
# Deps for fastlane | ||
# See https://github.com/fastlane/fastlane/issues/21942 | ||
gem 'abbrev' | ||
gem 'logger' | ||
gem 'mutex_m' | ||
gem 'csv' |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.