When writing ```markdown # This is a title ``` I would find useful for the generated code to be: ```html <h1 id="this-is-a-title">This is a title</h1> ```