Remove line numbers from example (#745)

As per #565 the current best fix is to simply remove the line numbers from the output
This commit is contained in:
Neil Stoker
2022-09-12 09:28:19 +01:00
committed by GitHub
parent 0a7df78770
commit dfa837754e

View File

@@ -19,7 +19,6 @@ To try it in your browser, copy the code below into an online HTML editor like W
```{literalinclude} ../_static/examples/what-is-pyscript.html
---
linenos:
```
:::