Files @ bfb6a25ecbd5
Branch filter:

Location: kallithea/scripts/run-all-cleanup - annotation

Mads Kiilerich
style: change markdown to use code-highlight class as usual for pygmentize

This make the styling simpler.

pygments.css can thus be generated with:

pygmentize -S default -f html | sed 's/^\(.*\) { /.code-highlight \1 { /g' > kallithea/public/css/pygments.css
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh