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
Hello!
I have this minimal example (sorry, can't write markdown example properly here):
The first code snippet is rendered nicely, but the second one is not (see also the attached PDF output).
The problem seems to be with the generated HTML. The output from -debug option:
"/usr/local/bin/wkhtmltopdf" -q - "/tmp/gimli/minimal2.pdf" <table class="CodeRay"><tr> <td class="line-numbers"><pre><a href="#n1" name="n1" id="n1">1</a> <a href="#n2" name="n2" id="n2">2</a> <a href="#n3" name="n3" id="n3">3</a> </pre></td> <td class="code"><pre>{set, appl, param, [{host, "localhost"}, {port, 8125}]}.</pre></td> </tr></table> <ul> <li><p><code>appl/param</code>: Configures the connection to a remote server.</p> <p>Next paragraph.</p> <p>Example:</p> <p><code>erlang {set, appl, param, [{host, "localhost"}, {port, 8125}]}. </code></p></li> </ul>
Do you know why?
minimal2.pdf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
I have this minimal example (sorry, can't write markdown example properly here):
![minimal2](https://user-images.githubusercontent.com/281299/29219464-67e1a000-7eb8-11e7-809a-517bc325d8f3.png)
The first code snippet is rendered nicely, but the second one is not (see also the attached PDF output).
![minimal2_pdf](https://user-images.githubusercontent.com/281299/29219463-67e184bc-7eb8-11e7-9ea2-1f5e6641c16a.png)
The problem seems to be with the generated HTML. The output from -debug option:
Do you know why?
minimal2.pdf
The text was updated successfully, but these errors were encountered: