summary refs log tree commit diff
path: root/port/cgram
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-18 23:37:45 -0500
committerJune McEnroe <june@causal.agency>2019-12-18 23:39:54 -0500
commitb6ff1659e5cb70a3b3a9d7ecb0c87683a54baa7d (patch)
treea2d77302fc4206d8dd7508e0f38a2d223c262a28 /port/cgram
parentCustomize cgit CSS (diff)
downloadsrc-b6ff1659e5cb70a3b3a9d7ecb0c87683a54baa7d.tar.gz
src-b6ff1659e5cb70a3b3a9d7ecb0c87683a54baa7d.zip
Hide line numbers when rendering mdoc
Hack: output an extra <td> after rendering mdoc so that line numbers can
be hidden based on there being three. This required splitting
source-filter and about-filter since on about pages there is no table.
Diffstat (limited to 'port/cgram')
0 files changed, 0 insertions, 0 deletions
w=1'>Avoid matching ':' in make tagsJune McEnroe 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe