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

Fix problems with newer pandoc versions #359

Closed
wants to merge 1 commit into from

Conversation

levitte
Copy link
Member

@levitte levitte commented Aug 26, 2022

Pandoc absolutely wants a styles.html alongside the HTML5 template, so
we give it one that's empty.

Also, --base-header-level is deprecated and should be replaced with
--shift-heading-level-by. The pandoc documentation gives us this
formula:

Use --shift-heading-level-by=X instead, where X = NUMBER - 1

Pandoc absolutely wants a styles.html alongside the HTML5 template, so
we give it one that's empty.

Also, --base-header-level is deprecated and should be replaced with
--shift-heading-level-by.  The pandoc documentation gives us this
formula:

    Use --shift-heading-level-by=X instead, where X = NUMBER - 1
@levitte levitte added the URGENT label Aug 26, 2022
@levitte levitte self-assigned this Aug 26, 2022
@levitte levitte requested review from t8m and a team August 26, 2022 13:36
@levitte
Copy link
Member Author

levitte commented Aug 26, 2022

Merged

08d5c9d Fix problems with newer pandoc versions

@levitte levitte closed this Aug 26, 2022
@levitte levitte deleted the fix-pandoc-20220826 branch August 26, 2022 13:40
openssl-machine pushed a commit that referenced this pull request Aug 26, 2022
Pandoc absolutely wants a styles.html alongside the HTML5 template, so
we give it one that's empty.

Also, --base-header-level is deprecated and should be replaced with
--shift-heading-level-by.  The pandoc documentation gives us this
formula:

    Use --shift-heading-level-by=X instead, where X = NUMBER - 1

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #359)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants