``` % pandoc -f html -t djot

Hi ^D {#foo .a .b} # Hi ``` In this one the id is suppressed by the djot writer because the same one would be automatically generated by the djot reader: ``` % pandoc -f html -t djot

Introduction

^D ## Introduction ```