Skip to content

Instantly share code, notes, and snippets.

@andrewtimberlake
Created January 14, 2009 15:31
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 andrewtimberlake/46929 to your computer and use it in GitHub Desktop.
Save andrewtimberlake/46929 to your computer and use it in GitHub Desktop.
Prawn::Document.generate "test.pdf" do
stroke_horizontal_rule
text "Some text\nwith a line break"
stroke_horizontal_rule
move_down 10
stroke_horizontal_rule
text "Some <b>bold</b> text<br />with a line break"
stroke_horizontal_rule
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment