Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created August 24, 2012 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadzik/3453570 to your computer and use it in GitHub Desktop.
Save tadzik/3453570 to your computer and use it in GitHub Desktop.
Pod::Block::Named("name" => "pod").hash
Pod::Heading("level" => "1").hash
Pod::Block::Para
Some heading
Pod::Heading("level" => "2").hash
Pod::Block::Para
Another shit
Pod::Block::Table
("foo", "kbkbar")
("bla", "ahaha")
("fos a", "ble ple")
Pod::Block::Code
code goes hier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment