Skip to content

Instantly share code, notes, and snippets.

@wildmichael
Created February 29, 2012 07:40
Show Gist options
  • Save wildmichael/1938910 to your computer and use it in GitHub Desktop.
Save wildmichael/1938910 to your computer and use it in GitHub Desktop.
Test case for AsciiDoc literal block rendering

Literal Block Test

This is a snippet:

#include <stdio.h>
int main()
{
  puts("Hello World!\n");
  return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment