5 lines
142 B
Plaintext
5 lines
142 B
Plaintext
require:
|
|
- python3-pygments
|
|
test: |
|
|
touch test.py && pygmentize -f html -l python -o test.html test.py && grep "<div\s" "./test.html"
|