ddoc changes

Adam D. Ruppe destructionator at gmail.com
Sat Feb 18 14:53:02 PST 2012


On Saturday, 18 February 2012 at 22:47:49 UTC, Jonathan M Davis 
wrote:
> My only concern is the cases where you actually need HTML for 
> some reason (as unideal as that may be). But maybe for that, a 
> macro could be created which specifically wrapped HTML.

Indeed, it isn't too bad:

/**
	$(my_html)

	Macros:
	my_html=<b>I can still write <i>html</i> by using a macro</b>.
	  I can even go through <br>many lines<br>.
*/

That would still work.


More information about the Digitalmars-d mailing list