Improving ddoc
Dicebot via Digitalmars-d
digitalmars-d at puremagic.com
Thu Jan 1 07:28:20 PST 2015
On Thursday, 1 January 2015 at 15:21:40 UTC, ponce wrote:
> On Thursday, 1 January 2015 at 14:41:00 UTC, Joseph Rushton
> Wakeling via Digitalmars-d wrote:
>> On 01/01/15 15:26, Adam D. Ruppe via Digitalmars-d wrote:
>>> Again those are: *bold* and `code`.
>>
>> I would be inclined to prefer ``code`` or ```code```, simply
>> because it's valid D syntax to have,
>>
>> auto someString = `Some great big string`;
>
> Github, Stack Overflow, trac and others use one single escape
> quote.
And such snippet is much more likely to go into dedicated code
block:
```
auto someString = `Some great big string`;
```
than as an inline snippet.
More information about the Digitalmars-d
mailing list