@@ -1,4 +1,12 @@ +-- [ʞ] render/html.lua +-- ~ lexi hale +-- 🄯 AGPLv3 +-- ? renders cortav to beautiful, highly customizable +-- webpages full of css trickery to make them look +-- good both on a screen and when printed. +-- > cortav -m render:format html + local ct = require 'cortav' local ss = require 'sirsem' -- install rendering function for html @@ -301,8 +309,9 @@ editors_markup = [[]]; block_code_listing = [[ figure.listing { font-family: monospace; + font-size: 85%; background: @tone(0.05 20); color: @tone(1 20); padding: 0; margin: 0.3em 0;