gh-userscript-form-feed-line
A userscript to properly display form-feed characters (ASCII 0x0C
, Unicode \f
) in GitHub code source blocks.
Those characters, originally intended to delimit page breaks, are commonly found in Lisp (Elisp, Clojure...), C and Python source code as a commentary to delimit sections of code.