mike<p>TIL there's a `markdown-narrow-to-subtree`. Makes <a href="https://social.lol/tags/lmno" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lmno</span></a> blogging in <a href="https://social.lol/tags/emacs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>emacs</span></a> feel a little less busy. </p><p>```<br>markdown-mode<br> (map! :map markdown-mode-map<br> :localleader<br> :desc "Narrow to subtree" "n" #'markdown-narrow-to-subtree<br> :desc "Widen from subtree" "w" #'widen)<br>```</p>