#!/bin/fish cat | markdown-toc --bullets - --no-firsth1 - | dprint fmt --stdin md # set -l input (cat)