Skip to content

Commit

Permalink
Remove HTML section from sample PDF, HTML-to-PDF is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanderidder committed Dec 5, 2024
1 parent 7257ca0 commit 8e1e0d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions tests/QuestPDF.Markdown.Tests/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,28 +518,6 @@ Quote break.

------

# Inline HTML

<dl>
<dt>Definition list</dt>
<dd>Is something people use sometimes.</dd>

<dt>Markdown in HTML</dt>
<dd>Does *not* work **very** well. Use HTML <em>tags</em>.</dd>
</dl>

```
<dl>
<dt>Definition list</dt>
<dd>Is something people use sometimes.</dd>
<dt>Markdown in HTML</dt>
<dd>Does *not* work **very** well. Use HTML <em>tags</em>.</dd>
</dl>
```

------

# HTML entities

HTML entities should be converted to characters: &copy; &amp; &gt; &trade; &iexcl; &pound;
Expand Down
Binary file modified tests/QuestPDF.Markdown.Tests/test.pdf
Binary file not shown.

0 comments on commit 8e1e0d2

Please sign in to comment.