<div dir="ltr">I believe it's a great move towards having Markdown supported for javadoc, but adding the 3 slashes format just seems rather odd.<div><br></div><div>Lots of editors use a hint to denote how to render the content with code block tags, e.g.:</div><div><br></div><div>```html</div><div><.....</div><div>```</div><div><br></div><div>Would it not be a good solution for Javadoc as well? We could have a type after the start of the Javadoc opening tag, e.g.:</div><div><br></div><div>/**markdown</div><div> *</div><div> *</div><div> */</div><div><br></div><div>This also has the added benefit of being future proof if another format is introduced later.</div><div><br></div><div>--</div><div>Darren</div></div>