#!/bin/sed # # Prepare for ODT # # This should be used after the markdown filter /^\[\[!meta/,/^\]\]/ { s/^\[\[!meta/---/ s/^\]\]/.../ s/ *\(.*\)="\(.*\)"/\1: \2/ } /^\[\[!tag/ d /^\[\[!toc/ d /^\*\*InnehÄll\*\*$/ d s/DNS/\\textsc{dns}/ s/ISBN/\\textsc{isbn}/