-
Notifications
You must be signed in to change notification settings - Fork 383
Add header html tag to CSS for monobackgroundcolor
#6782
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
Closed
Closed
Conversation
This file contains hidden or 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
…nitr to find during knitting This avoids duplication of environment, as discussed in quarto-dev#5012 (review)
This simplifies ojs_define logic removing need for a custom function in a tools env
- allow mutiple awards for a funding - correct resolve references - introduce tests that will help validate JATS output
Partially address quarto-dev#6783 Doesn’t use badges
Co-authored-by: cderv <[email protected]>
cderv
reviewed
Sep 11, 2023
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.
Thanks @mcanouil !
Just a note about possible simplification of our style file that we could do
Even if this is to modify for testing, we don't want hardcode user path otherwise we'll commit each change each time for each user. [skip ci]
It still only works for knitr computation engine but can now correctly be used in YAML as documented in formats reference page
* format callout for gfm output. Closes quarto-dev#6935 * detect gfm robustly * changelog
* add _lanhuage-ua.yml with ukrainian translation
Language .yml file for Ukrainian
Feature: typst blocks
Same fix for epub and reveal than 6721856
Same fix as 239a3a9
[skip ci]
Closing in favour of: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
html
Issues with HTML and related web technology (html/css/scss/js)
themes
Related to HTML theming or any other style related issue (like highlight-style)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds h1-6 tags to the CSS rules to apply
monobackgroundcolor
on.Fixes #6781