Markdown tutorial
Welcome to the tutorial! Etc etc
lorem ipsum dolot sur
Code example:
console.log("whatever");
Markdown tutorial
Welcome to the tutorial! Etc etc
lorem ipsum dolot sur
Code example:
console.log("whatever");
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/ruby | |
| # Scrapes crude HTML representation of Worm (Parahumans) web serial chapters | |
| require 'rubygems' | |
| require 'nokogiri' | |
| require 'open-uri' | |
| # URL of first chapter | |
| nextChapterUri = URI::encode("http://parahumans.wordpress.com/category/stories-arcs-1-10/arc-1-gestation/1-01/") |