File: test_GFM_malicious_pre.md

package info (click to toggle)
python-readme-renderer 44.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 728 kB
  • sloc: python: 414; sh: 23; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
This is normal text.

```python
def this_is_python():
    """This is a docstring."""
    pass
<script type="text/javascript">alert('I am evil.');</script>
```