-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f888081
commit ed916dd
Showing
15 changed files
with
47 additions
and
38 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,5 +1,17 @@ | ||
# myst-cli | ||
|
||
## 1.3.17 | ||
|
||
### Patch Changes | ||
|
||
- f888081: Add page breaks to multipage typst export | ||
- Updated dependencies [f888081] | ||
- Updated dependencies [fe236580] | ||
- Updated dependencies [f888081] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.3.16 | ||
|
||
### Patch Changes | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "myst-cli", | ||
"version": "1.3.16", | ||
"version": "1.3.17", | ||
"description": "Command line tools for MyST", | ||
"author": "Franklin Koch <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -87,8 +87,8 @@ | |
"myst-to-docx": "^1.0.12", | ||
"myst-to-jats": "^1.0.30", | ||
"myst-to-md": "^1.0.14", | ||
"myst-to-tex": "^1.0.39", | ||
"myst-to-typst": "^0.0.26", | ||
"myst-to-tex": "^1.0.40", | ||
"myst-to-typst": "^0.0.27", | ||
"myst-transforms": "^1.3.27", | ||
"myst-toc": "^0.1.2", | ||
"nanoid": "^4.0.0", | ||
|
@@ -98,7 +98,7 @@ | |
"redux": "^5.0.1", | ||
"simple-validators": "^1.1.0", | ||
"strip-ansi": "^7.0.1", | ||
"tex-to-myst": "^1.0.39", | ||
"tex-to-myst": "^1.0.40", | ||
"unified": "^10.1.2", | ||
"unist-util-filter": "^4.0.0", | ||
"unist-util-remove": "^3.1.0", | ||
|
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,5 +1,7 @@ | ||
# myst-to-tex | ||
|
||
## 1.0.40 | ||
|
||
## 1.0.39 | ||
|
||
### Patch Changes | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "myst-to-tex", | ||
"version": "1.0.39", | ||
"version": "1.0.40", | ||
"description": "Export from MyST mdast to latex", | ||
"author": "Rowan Cockett <[email protected]>", | ||
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/myst-to-tex", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "myst-to-typst", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "Export from MyST mdast to Typst", | ||
"author": "Rowan Cockett <[email protected]>", | ||
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/myst-to-tex", | ||
|
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,5 +1,7 @@ | ||
# mystmd | ||
|
||
## 1.3.17 | ||
|
||
## 1.3.16 | ||
|
||
## 1.3.15 | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "mystmd", | ||
"version": "1.3.16", | ||
"version": "1.3.17", | ||
"description": "Command line tools for MyST Markdown", | ||
"author": "Rowan Cockett <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -45,6 +45,6 @@ | |
"commander": "^10.0.1", | ||
"core-js": "^3.31.1", | ||
"js-yaml": "^4.1.0", | ||
"myst-cli": "^1.3.16" | ||
"myst-cli": "^1.3.17" | ||
} | ||
} |
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,6 +1,6 @@ | ||
{ | ||
"name": "tex-to-myst", | ||
"version": "1.0.39", | ||
"version": "1.0.40", | ||
"description": "Read LaTeX and convert to MyST AST", | ||
"author": "Rowan Cockett <[email protected]>", | ||
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/tex-to-myst", | ||
|