We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are building static HTML with respec 35.1.1 and see class toc-inline randomly appearing/disappearing in the <body> element.
toc-inline
<body>
URL to affected spec or repo:
What happened (e.g., it crashed)?:
Sometimes respec produces:
<body class="h-entry toc-inline">
<body class="h-entry">
Expected behavior:
Always produce the same output from the same input.
Optional, steps to reproduce:
Hard to reproduce, most of the times re-running our build script produces the output without toc-inline.
Here's one run with the sporadic toc-inline in several files: https://github.com/OAI/OpenAPI-Specification/pull/4000/files
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of problem
We are building static HTML with respec 35.1.1 and see class
toc-inline
randomly appearing/disappearing in the<body>
element.URL to affected spec or repo:
What happened (e.g., it crashed)?:
Sometimes respec produces:
Sometimes respec produces:
Expected behavior:
Always produce the same output from the same input.
Optional, steps to reproduce:
Hard to reproduce, most of the times re-running our build script produces the output without
toc-inline
.Here's one run with the sporadic
toc-inline
in several files: https://github.com/OAI/OpenAPI-Specification/pull/4000/filesThe text was updated successfully, but these errors were encountered: