-
Notifications
You must be signed in to change notification settings - Fork 328
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
Use jog
to as the traversal method in filters
#11540
base: main
Are you sure you want to change the base?
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa6750b - Browse repository at this point
Copy the full SHA fa6750bView commit details -
Provide global function
quarto_assert
This behaves mostly like the built-in `assert`, but respects the general Quarto scaffolding.
Configuration menu - View commit details
-
Copy full SHA for 52b83d9 - Browse repository at this point
Copy the full SHA 52b83d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b1dd1 - Browse repository at this point
Copy the full SHA 17b1dd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7e4597 - Browse repository at this point
Copy the full SHA c7e4597View commit details
Commits on Nov 26, 2024
-
Rewrite
as_inlines
,as_blocks
with focus on performanceThis also fixes unwanted behavior of `as_blocks`, which would treat a list of Inline elements as a list of singleton Plain elements, leading to bad results.
Configuration menu - View commit details
-
Copy full SHA for 4274ec0 - Browse repository at this point
Copy the full SHA 4274ec0View commit details -
Rewrite
as_inlines
,as_blocks
with focus on performanceThis also fixes unwanted behavior of `as_blocks`, which would treat a list of Inline elements as a list of singleton Plain elements, leading to bad results.
Configuration menu - View commit details
-
Copy full SHA for 5ade0e2 - Browse repository at this point
Copy the full SHA 5ade0e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2967ace - Browse repository at this point
Copy the full SHA 2967aceView commit details -
table-rawhtml: destructively modify the input list
Minor performance improvement.
Configuration menu - View commit details
-
Copy full SHA for 3ac2284 - Browse repository at this point
Copy the full SHA 3ac2284View commit details -
lightbox: Restart imgCount each time the filter is invoked.
This allows to get reproducible output when running the filter multiple times.
Configuration menu - View commit details
-
Copy full SHA for 00f20e0 - Browse repository at this point
Copy the full SHA 00f20e0View commit details -
Return modified meta object from init filter
If the metadata object is modified in a filter, then it should be returned, as otherwise the changes might be lost.
Configuration menu - View commit details
-
Copy full SHA for 4f93ae2 - Browse repository at this point
Copy the full SHA 4f93ae2View commit details -
Fix check for empty captions in parsefiguredivs filters
The `long` field of a caption can never be nil, but it can be an empty list.
Configuration menu - View commit details
-
Copy full SHA for e5111ca - Browse repository at this point
Copy the full SHA e5111caView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed2747b - Browse repository at this point
Copy the full SHA ed2747bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5101add - Browse repository at this point
Copy the full SHA 5101addView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9b051c - Browse repository at this point
Copy the full SHA b9b051cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13636f9 - Browse repository at this point
Copy the full SHA 13636f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 594b00a - Browse repository at this point
Copy the full SHA 594b00aView commit details -
Configuration menu - View commit details
-
Copy full SHA for adc49e9 - Browse repository at this point
Copy the full SHA adc49e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f624315 - Browse repository at this point
Copy the full SHA f624315View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa9af92 - Browse repository at this point
Copy the full SHA fa9af92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d56b40 - Browse repository at this point
Copy the full SHA 7d56b40View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae4056e - Browse repository at this point
Copy the full SHA ae4056eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fe2889 - Browse repository at this point
Copy the full SHA 6fe2889View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8cbd96 - Browse repository at this point
Copy the full SHA d8cbd96View commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 82f7464 - Browse repository at this point
Copy the full SHA 82f7464View commit details -
Allow to use jog instead of walk
Jog can be enable on a per-filter basis by setting the `traverse` field to `jog`.
Configuration menu - View commit details
-
Copy full SHA for 18df824 - Browse repository at this point
Copy the full SHA 18df824View commit details -
Use jog for traversals in most normalization filters
The exception is `normalize-combine-2`, which causes test failures when using `jog`.
Configuration menu - View commit details
-
Copy full SHA for 7d255e1 - Browse repository at this point
Copy the full SHA 7d255e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ab4ac - Browse repository at this point
Copy the full SHA d6ab4acView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea87ff7 - Browse repository at this point
Copy the full SHA ea87ff7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 255871d - Browse repository at this point
Copy the full SHA 255871dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e02828 - Browse repository at this point
Copy the full SHA 1e02828View commit details -
Configuration menu - View commit details
-
Copy full SHA for db7c2f0 - Browse repository at this point
Copy the full SHA db7c2f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77dab74 - Browse repository at this point
Copy the full SHA 77dab74View commit details