Skip to content

Commit

Permalink
fix: add mathjax support
Browse files Browse the repository at this point in the history
  • Loading branch information
arzola committed Oct 7, 2024
1 parent 6e44d75 commit b2b9077
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions assets/styles/components/specials/_footnotes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
footnote-style-position: outside;
}

.mathjax {
width: $footnote-mathjax-width;
padding-bottom: $footnote-mathjax-padding-bottom;
}


// Footnote & Endnote number markers (in body text)

.endnote::footnote-call,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buckram",
"version": "1.8.3",
"version": "1.8.2",
"description": "Opinionated SCSS components for books (web, EPUB and PDF).",
"scripts": {
"build": "composer install && composer test",
Expand All @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/pressbooks/buckram#readme",
"engines": {
"node": ">= 20"
"node": ">= 18"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down

0 comments on commit b2b9077

Please sign in to comment.