From 10d24394896ae0f231fceb7cac9ceb4655ecd1fa Mon Sep 17 00:00:00 2001 From: Vasiliy Yorkin Date: Thu, 11 Jul 2013 19:48:09 +0400 Subject: [PATCH] update TODO --- TODO.md | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/TODO.md b/TODO.md index e8d8bb5..5a40669 100644 --- a/TODO.md +++ b/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 \ No newline at end of file +1) Paragraph spacing support +2) Dynamic style generations \ No newline at end of file