#!/usr/bin/env sh

textract "$1" \
  | pandoc -f html -t markdown \
  | less