Skip to content

Instantly share code, notes, and snippets.

@jbreckmckye
Created July 7, 2018 22:56
Show Gist options
  • Save jbreckmckye/806ab9fcfe333b8a68baf3c55b5205fe to your computer and use it in GitHub Desktop.
Save jbreckmckye/806ab9fcfe333b8a68baf3c55b5205fe to your computer and use it in GitHub Desktop.
ASCIIDoc callout compatibility check
require 'sinatra' (1)

get '/hi' do (2) (3)
  "Hello World!"
end
  1. Library import

  2. URL mapping

  3. Response block

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment