r176480 - Documentation: use code highlighting

Dmitri Gribenko gribozavr at gmail.com
Tue Mar 5 16:27:44 PST 2013


On Wednesday, March 6, 2013, Sean Silva wrote:

> -::
> +.. code-block:: console
>
>        mkdir ~/clang-llvm && cd ~/clang-llvm
>        git clone http://llvm.org/git/llvm.git
>
> FYI the `console` code block doesn't do very much without `$` in front
> of the commands.


You are right -- all console text is light grey now.  Thank you for
noticing, I'll fix tomorrow.

Dmitri



-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130306/e61624c8/attachment.html>


More information about the cfe-commits mailing list