"Walter Bright" <newshou...@digitalmars.com> wrote in message news:i3i3v6$kj...@digitalmars.com... > Lutger wrote: >>> doesn't really make much difference than using <p>...</p>. The >>> advantage >>> of using html tags for formatting like this means editors will recognize >>> tags, and everyone and their mother knows what html tags look like. >> One trick that can work wonders here is treating ddoc as lisp code, most >> editors are very helpful with that. > > I hadn't thought of that, but you're right. All you need is a parenthesis > matching command. Heck, I think I even wrote one for Emacs 25 years ago.
I use Programmer's Notepad 2 which does parenthesis-matching out-of-the-box.