Skip to content
This repository has been archived by the owner on Jun 24, 2018. It is now read-only.

Commit

Permalink
update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasiliy Yorkin committed Jul 11, 2013
1 parent 557318c commit 10d2439
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions TODO.md
@@ -1,30 +1,2 @@
1)
----------------------
generate do
table_of_contents
p do
italic
bold
write "paragraph1"
line_break
write "paragraph2"
end
end

2)
----------------------
p "paragraph content", :align => 'center' do
style "styleId"
italic
preserve_whitespace
write "blablah"
end

3)
----------------------
p "some content", :style => "style1" :b => true, :i => true do
line_break
write "another content"
line_break
write "more content"
end
1) Paragraph spacing support
2) Dynamic style generations

0 comments on commit 10d2439

Please sign in to comment.