https://issues.dlang.org/show_bug.cgi?id=16112
Jacob Carlborg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Jacob Carlborg <[email protected]> --- (In reply to ZombineDev from comment #2) > Andrei, I think the idea is to add markdown support to the existing ddoc > feature set. That way the following documentation features: > > 1. Headers > 2. Lists (ordered and unordered) > 3. Links & imagss > 4. Emphasis > 5. Tables > > would be be easier to use, than using ddoc macros. > At the same time, by keeping the existing ddoc macro engine we'll still > support the more advanced use cases (like LaTeX). There are already a few features from Markdown implemented, like `` for inline code. --
