The plugin does not detect code blocks, which are for example used by pandoc's formatter. ``` {.bash} CLIST=$(schroot -l | sed -n 's,^source:\(.*\-sbuild\)$,\1,p') for ins in $CLIST; do sbuild-update -udcar $ins; done ```