Skip to content

Instantly share code, notes, and snippets.

@ryankshaw
Created August 19, 2011 19:46
Show Gist options
  • Select an option

  • Save ryankshaw/1157812 to your computer and use it in GitHub Desktop.

Select an option

Save ryankshaw/1157812 to your computer and use it in GitHub Desktop.
debug markdown
# run this in script/console
include TextHelper
def t(key,default, options={})
I18n.translate(key, default, options)
end
mt 'instructions.syllabus', <<-DOC
The syllabus page shows a table-oriented view of the course schedule, and the basics of
course grading. You can add any other comments, notes, or thoughts you have about the course
structure, course policies or anything else.
To add some comments, click the "Edit Syllabus Description" link to the right.
DOC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment