[Issue 16112] Replace ddoc with markdown
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Fri Aug 19 03:42:04 PDT 2016
    
    
  
https://issues.dlang.org/show_bug.cgi?id=16112
Sobirari Muhomori <dfj1esp02 at sneakemail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
                 OS|Linux                       |All
--- Comment #5 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> ---
Consider sections.
Markdown
## License
Boost 1.0
(can be confused with an ordered list)
License
=======
Boost 1.0
(ugh, 3 lines)
Wiki
== License ==
Boost 1.0
(pretty readable)
ddoc
License: Boost 1.0
One line and readable!
--
    
    
More information about the Digitalmars-d-bugs
mailing list