Hacker News new | ask | show | jobs
by dingosity 1047 days ago
FYI... last time I tried, I could get the equivalent of a HTML <PRE> block by putting two spaces at the beginning of every line. Here's an example. Each line was indented two spaces:

  #include <stdio.h>
  
  int main() {
    printf( "Bonjour, totes le monde!\n" );
    return( 0 );
  }
Looks like it worked. It looks like it's rendering with a mono font.
1 comments

Thanks. It works.