Thread overview | |||||
---|---|---|---|---|---|
|
October 18, 2018 Documents about ddoc? and markdown in ddoc? | ||||
---|---|---|---|---|
| ||||
hi, Is there any other documents related about ddoc usage? the only thing I can find is: https://dlang.org/spec/ddoc.html#using_ddoc_to_generate_examples But I found it never mentioned something like $(LI a list item), is there a full ddoc document available? And, is there any info about using markdown in ddoc? thanks! --- dangbinghoo |
October 18, 2018 Re: Documents about ddoc? and markdown in ddoc? | ||||
---|---|---|---|---|
| ||||
Posted in reply to dangbinghoo | On 18/10/2018 6:38 PM, dangbinghoo wrote: > hi, > > Is there any other documents related about ddoc usage? the only thing I can find is: > > https://dlang.org/spec/ddoc.html#using_ddoc_to_generate_examples > > But I found it never mentioned something like $(LI a list item), is there a full ddoc document available? Default for html output: https://github.com/dlang/dmd/blob/master/res/default_ddoc_theme.ddoc > And, is there any info about using markdown in ddoc? Not possible. |
October 18, 2018 Re: Documents about ddoc? and markdown in ddoc? | ||||
---|---|---|---|---|
| ||||
Posted in reply to rikki cattermole | On Thursday, 18 October 2018 at 05:59:36 UTC, rikki cattermole wrote: > On 18/10/2018 6:38 PM, dangbinghoo wrote: >> hi, >> >> Is there any other documents related about ddoc usage? the only thing I can find is: >> >> https://dlang.org/spec/ddoc.html#using_ddoc_to_generate_examples >> >> But I found it never mentioned something like $(LI a list item), is there a full ddoc document available? > > Default for html output: https://github.com/dlang/dmd/blob/master/res/default_ddoc_theme.ddoc > >> And, is there any info about using markdown in ddoc? > > Not possible. thanks for your reply. and sorry, I'm too careless for reading the documents https://dlang.org/spec/ddoc.html#using_ddoc_to_generate_examples the $(LI x y) is a macro which was mentioned. |
Copyright © 1999-2021 by the D Language Foundation