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