foo

Predicate a < b should be escaped.

    $(TROW Some header, Some other header, Third header) $(TROW Some row, $(Long_data_here), $(fooa))
    More...
    void
    foo
    ()

    Detailed Description

    $(TROW Some header, Some other header, Third header) $(TROW Some row that is really long, Some other row, More info that is really long)

    Description. We also get int syntax_highlighting = 1; inline now!

    Will foo!"a,b)" work now?

    void foo() {
    	int a = a < b;
    	<b>wtf</b><b>
    	string s = "<b>bold</b>";
    	string s2 = `should still work`;
    	auto a = foo!"a,b)";
    }
  • Suggestion Box / Bug Report