Improving ddoc

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Thu Jan 1 17:31:07 PST 2015


On Thu, 01 Jan 2015 15:40:30 +0100
Joseph Rushton Wakeling via Digitalmars-d <digitalmars-d at puremagic.com>
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`;
> 
i think that in most cases you can use `r"..."` instead. and if you
really want backticks, you can use dedicated code block for that.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20150102/fc125c74/attachment.sig>


More information about the Digitalmars-d mailing list