Display html image tags in QLMarkdown? #111
|
First off thanks for keeping QLMarkdown alive - I use it regularly. Thanks, Craig |
Replies: 2 comments 1 reply
|
Doh. Just found the "Inline HTML (unsafe)" option hidden under Advanced options. Is this just considered "unsafe" as there may be malicious html in a markdown file and QLMarkdown will happily execute it? |
|
The terminology is derived from that of |
The terminology is derived from that of
cmarkwhich is the rendering engine used. It is indicated as insecure both for the possibility of inserting malicious code (such as<script>or<iframe>) and for the possibility of interfering with the rendering of the remaining markdown code. If thetag filteroption is checked in the advanced settings, then all potentially dangerous tags are disabled (such as<script>).