-
Notifications
You must be signed in to change notification settings - Fork 15
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
chore: bump to typst v0.13.0-rc1 #219
base: master
Are you sure you want to change the base?
Conversation
// - #chapter(none, section: "6.1.1.2")[chapter with - markers] | ||
// - #chapter(none, "= Introduction", section: "6.1.1.2") | ||
// - #chapter(none, section: "6.1.1.2")[#text("= Introduction")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment indent is changed
#(```js` ```) | ||
#(```js`code` ```) | ||
#(```md`code`+other`code` ```) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if this expected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that these are parsed incorrectly before, where an excessive space is added.
📊 Benchmark Performance Reportgroup base pr
----- ---- --
attrs-cetz-manual 1.00 90.1±2.80µs ? ?/sec 1.00 89.9±0.94µs ? ?/sec
attrs-codly 1.04 251.3±5.54µs ? ?/sec 1.00 242.5±3.62µs ? ?/sec
attrs-fletcher-diagram 1.01 54.5±2.68µs ? ?/sec 1.00 54.0±0.90µs ? ?/sec
attrs-fletcher-draw 1.03 157.9±2.01µs ? ?/sec 1.00 153.1±2.38µs ? ?/sec
attrs-tablex 1.03 477.3±3.60µs ? ?/sec 1.00 462.4±6.16µs ? ?/sec
attrs-touying-core 1.03 305.6±4.81µs ? ?/sec 1.00 296.5±2.80µs ? ?/sec
attrs-touying-utils 1.05 165.9±1.69µs ? ?/sec 1.00 158.7±1.75µs ? ?/sec
attrs-undergraduate-math 1.00 121.5±1.51µs ? ?/sec 1.00 121.4±3.06µs ? ?/sec
pretty-cetz-manual 1.00 842.4±10.66µs ? ?/sec 1.00 842.5±7.27µs ? ?/sec
pretty-codly 1.00 1922.9±23.47µs ? ?/sec 1.01 1950.9±23.51µs ? ?/sec
pretty-fletcher-diagram 1.00 548.1±9.66µs ? ?/sec 1.01 555.3±6.75µs ? ?/sec
pretty-fletcher-draw 1.00 1320.4±17.35µs ? ?/sec 1.00 1321.1±14.84µs ? ?/sec
pretty-tablex 1.00 3.6±0.03ms ? ?/sec 1.00 3.6±0.01ms ? ?/sec
pretty-touying-core 1.00 2.3±0.02ms ? ?/sec 1.01 2.3±0.01ms ? ?/sec
pretty-touying-utils 1.00 1289.9±11.90µs ? ?/sec 1.01 1301.0±20.33µs ? ?/sec
pretty-undergraduate-math 1.01 900.0±11.93µs ? ?/sec 1.00 886.9±6.72µs ? ?/sec Generated by GitHub Actions on Sun Feb 9 07:38:24 UTC 2025 |
The print order in the CLI test is undefined behavior. Surprisingly it had been worked well before! |
There are some changes I haven't dig into yet