Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 Typst card support, multipage pagebreaks, tex image argument fix #1622

Merged
merged 5 commits into from
Nov 4, 2024

Conversation

fwkoch
Copy link
Collaborator

@fwkoch fwkoch commented Nov 4, 2024

No description provided.

Copy link

changeset-bot bot commented Nov 4, 2024

🦋 Changeset detected

Latest commit: 9672d3f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
myst-cli Patch
myst-to-typst Patch
tex-to-myst Patch
myst-to-tex Patch
mystmd Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

state.write('\n');
},
cardTitle(node, state) {
state.write('*');
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are now just bold, rather than headings. That means they will not show up in the toc, but they may now be dangling at the bottom of a page in the final PDF. Not really a big deal. Probably need to give cards more thought if they become widespread in typst exports.

@fwkoch fwkoch merged commit f888081 into main Nov 4, 2024
7 checks passed
@fwkoch fwkoch deleted the feat/typst-cards branch November 4, 2024 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants