#!/bin/sh URL=$1 MDFILE=$2 pandoc -f html-native_spans-native_divs \ -t markdown+pandoc_title_block -s \ -o ${MDFILE} \ ${URL}