[Issue 16112] Replace ddoc with markdown

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Aug 18 23:59:57 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16112

ZombineDev <petar.p.kirov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petar.p.kirov at gmail.com

--- Comment #2 from ZombineDev <petar.p.kirov at gmail.com> ---
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).

--


More information about the Digitalmars-d-bugs mailing list