Commit 0dcca59
authored
Make sure to protect certain characters from markdown or HTML (#3)
Characters like '<', '>', '&' are interpreted by markdown or HTML in "funny"
ways. Fortunately, pod2markdown has exactly the option we need to have that
protection:
> --html-encode-chars
> A list of characters to encode as HTML entities. Pass a regexp
> character class, or 1 to mean control chars, high-bit chars, and
> "<&>"'".
>
> See "html_encode_chars" in Pod::Markdown for more information.
Fixes #openssl/openssl#254071 parent a1c666a commit 0dcca59
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
0 commit comments