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
%
Markdown code like this:
```julia 1 % 2 ```
will failed to generate PDF format output.
The text was updated successfully, but these errors were encountered:
Fix PDF output format with julia code block.
julia
79b41a9
- Don't failed to generate PDF format with `julia` code block that contain `%`.(Fixes JuliaDocs#1118) - Don't eat the last line of `julia` code block.
Successfully merging a pull request may close this issue.
Markdown code like this:
will failed to generate PDF format output.
The text was updated successfully, but these errors were encountered: