##// END OF EJS Templates
use `$.text` to put latex on the page...
use `$.text` to put latex on the page instead of `$.append` does proper escaping of latex that might be interpreted as HTML tags

File last commit:

r13348:e6afea51
r22735:e2ba4d66 3.x
Show More
print_argv.py
3 lines | 69 B | text/x-python | PythonLexer
from __future__ import print_function
import sys
print(sys.argv[1:])