rabbit 2.1.8 → 2.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/data/locale/ja/LC_MESSAGES/rabbit.mo +0 -0
  4. data/doc/_config.yml +22 -2
  5. data/doc/_layouts/en.html +0 -2
  6. data/doc/_layouts/ja.html +0 -2
  7. data/doc/en/how-to-make/markdown.md +35 -2
  8. data/doc/en/index.rd +3 -2
  9. data/doc/en/install/homebrew.rd +1 -1
  10. data/doc/en/install/windows.rd +18 -34
  11. data/doc/en/news.rd +99 -0
  12. data/doc/images/screenshots/en/blue-circle-raw.png +0 -0
  13. data/doc/images/screenshots/en/blue-circle.png +0 -0
  14. data/doc/images/screenshots/en/clear-blue-raw.png +0 -0
  15. data/doc/images/screenshots/en/clear-blue.png +0 -0
  16. data/doc/images/screenshots/en/cozmixng-raw.png +0 -0
  17. data/doc/images/screenshots/en/cozmixng.png +0 -0
  18. data/doc/images/screenshots/en/dark-gradation-raw.png +0 -0
  19. data/doc/images/screenshots/en/dark-gradation.png +0 -0
  20. data/doc/images/screenshots/en/day-white-raw.png +0 -0
  21. data/doc/images/screenshots/en/day-white.png +0 -0
  22. data/doc/images/screenshots/en/debian-raw.png +0 -0
  23. data/doc/images/screenshots/en/debian.png +0 -0
  24. data/doc/images/screenshots/en/green-circle-raw.png +0 -0
  25. data/doc/images/screenshots/en/green-circle.png +0 -0
  26. data/doc/images/screenshots/en/night-black-raw.png +0 -0
  27. data/doc/images/screenshots/en/night-black.png +0 -0
  28. data/doc/images/screenshots/en/rabbit-raw.png +0 -0
  29. data/doc/images/screenshots/en/rabbit.png +0 -0
  30. data/doc/images/screenshots/en/ranguba-raw.png +0 -0
  31. data/doc/images/screenshots/en/ranguba.png +0 -0
  32. data/doc/images/screenshots/en/red-frame-raw.png +0 -0
  33. data/doc/images/screenshots/en/red-frame.png +0 -0
  34. data/doc/images/screenshots/en/ruby-gnome2-raw.png +0 -0
  35. data/doc/images/screenshots/en/ruby-gnome2.png +0 -0
  36. data/doc/images/screenshots/en/rubykaigi2011-raw.png +0 -0
  37. data/doc/images/screenshots/en/rubykaigi2011.png +0 -0
  38. data/doc/images/screenshots/ja/blue-circle.png +0 -0
  39. data/doc/images/screenshots/ja/clear-blue-raw.png +0 -0
  40. data/doc/images/screenshots/ja/clear-blue.png +0 -0
  41. data/doc/images/screenshots/ja/cozmixng-raw.png +0 -0
  42. data/doc/images/screenshots/ja/cozmixng.png +0 -0
  43. data/doc/images/screenshots/ja/dark-gradation.png +0 -0
  44. data/doc/images/screenshots/ja/day-white.png +0 -0
  45. data/doc/images/screenshots/ja/debian.png +0 -0
  46. data/doc/images/screenshots/ja/green-circle-raw.png +0 -0
  47. data/doc/images/screenshots/ja/green-circle.png +0 -0
  48. data/doc/images/screenshots/ja/night-black-raw.png +0 -0
  49. data/doc/images/screenshots/ja/night-black.png +0 -0
  50. data/doc/images/screenshots/ja/rabbit-raw.png +0 -0
  51. data/doc/images/screenshots/ja/rabbit.png +0 -0
  52. data/doc/images/screenshots/ja/ranguba-raw.png +0 -0
  53. data/doc/images/screenshots/ja/ranguba.png +0 -0
  54. data/doc/images/screenshots/ja/red-frame-raw.png +0 -0
  55. data/doc/images/screenshots/ja/red-frame.png +0 -0
  56. data/doc/images/screenshots/ja/ruby-gnome2-raw.png +0 -0
  57. data/doc/images/screenshots/ja/ruby-gnome2.png +0 -0
  58. data/doc/images/screenshots/ja/rubykaigi2011-raw.png +0 -0
  59. data/doc/images/screenshots/ja/rubykaigi2011.png +0 -0
  60. data/doc/ja/how-to-make/markdown.md +36 -2
  61. data/doc/ja/index.rd +2 -1
  62. data/doc/ja/install/homebrew.rd +1 -1
  63. data/doc/ja/install/windows.rd +22 -38
  64. data/doc/ja/news.rd +99 -0
  65. data/entities/ent2rb.rb +30 -22
  66. data/lib/rabbit/command/rabbit.rb +9 -5
  67. data/lib/rabbit/parser/ext/entity.rb +3664 -3694
  68. data/lib/rabbit/parser/markdown.rb +29 -1
  69. data/lib/rabbit/parser/markdown/converter.rb +12 -0
  70. data/lib/rabbit/parser/rd/ext/block-verbatim.rb +7 -0
  71. data/lib/rabbit/renderer/display/drawing-area-base.rb +5 -1
  72. data/lib/rabbit/renderer/display/key-handler.rb +0 -4
  73. data/lib/rabbit/renderer/display/search.rb +6 -1
  74. data/lib/rabbit/theme/applier.rb +8 -2
  75. data/lib/rabbit/theme/background-image-toolkit/background-image-toolkit.rb +8 -1
  76. data/lib/rabbit/theme/clear-blue/clear-blue.rb +2 -0
  77. data/lib/rabbit/theme/default-title-text/default-title-text.rb +5 -0
  78. data/lib/rabbit/theme/image-viewer/image-viewer.rb +2 -0
  79. data/lib/rabbit/theme/image/image.rb +13 -11
  80. data/lib/rabbit/theme/syntax-highlighting/syntax-highlighting.rb +14 -2
  81. data/lib/rabbit/version.rb +1 -1
  82. data/po/en/rabbit.edit.po +109 -101
  83. data/po/en/rabbit.po +6 -0
  84. data/po/fr/rabbit.edit.po +109 -101
  85. data/po/fr/rabbit.po +6 -0
  86. data/po/ja/rabbit.edit.po +110 -113
  87. data/po/ja/rabbit.po +7 -1
  88. data/sample/rabbit.md +1 -1
  89. data/test/parser/test-markdown.rb +47 -0
  90. metadata +60 -19
@@ -927,9 +927,15 @@ msgstr ""
927
927
  msgid "multiple ![alt]{image} in a paragraph isn't supported."
928
928
  msgstr ""
929
929
 
930
+ msgid "horizontal rule isn't supported."
931
+ msgstr ""
932
+
930
933
  msgid "multiple ![]('XXX.png'){:align='right'} isn't supported."
931
934
  msgstr ""
932
935
 
936
+ msgid "HTML isn't supported."
937
+ msgstr ""
938
+
933
939
  msgid "multiple 'align = right' isn't supported."
934
940
  msgstr ""
935
941
 
@@ -219,7 +219,7 @@ msgstr ""
219
219
  msgid "Save as image"
220
220
  msgstr ""
221
221
 
222
- #: ../lib/rabbit/action/basic.rb:83 ../lib/rabbit/command/rabbit.rb:312
222
+ #: ../lib/rabbit/action/basic.rb:83 ../lib/rabbit/command/rabbit.rb:315
223
223
  msgid "Print"
224
224
  msgstr ""
225
225
 
@@ -603,398 +603,398 @@ msgstr ""
603
603
  msgid "rabbit-theme-benchmark-en.gem"
604
604
  msgstr ""
605
605
 
606
- #: ../lib/rabbit/command/rabbit.rb:141 ../lib/rabbit/theme/blue-bar/property.rb:1 ../lib/rabbit/theme/blue-circle/property.rb:1 ../lib/rabbit/theme/centering-rabbit/property.rb:1 ../lib/rabbit/theme/clear-blue/property.rb:1 ../lib/rabbit/theme/cozmixng/property.rb:1 ../lib/rabbit/theme/dark-gradation/property.rb:1 ../lib/rabbit/theme/day-white/property.rb:1 ../lib/rabbit/theme/debian/property.rb:1 ../lib/rabbit/theme/default/property.rb:1 ../lib/rabbit/theme/enishi-green/property.rb:1 ../lib/rabbit/theme/green-circle/property.rb:1 ../lib/rabbit/theme/image-viewer/property.rb:1 ../lib/rabbit/theme/lightning-clear-blue/property.rb:1 ../lib/rabbit/theme/lightning-monochrome/property.rb:1 ../lib/rabbit/theme/lightning-rabbit/property.rb:1 ../lib/rabbit/theme/lightning-simple/property.rb:1 ../lib/rabbit/theme/lightning-talk/property.rb:1 ../lib/rabbit/theme/nari/property.rb:1 ../lib/rabbit/theme/night-black/property.rb:1 ../lib/rabbit/theme/pdf/property.rb:1 ../lib/rabbit/theme/rabbit/property.rb:1 ../lib/rabbit/theme/ranguba/property.rb:1 ../lib/rabbit/theme/red-frame/property.rb:1 ../lib/rabbit/theme/ruby-gnome2/property.rb:1 ../lib/rabbit/theme/rubykaigi2011/property.rb:1
606
+ #: ../lib/rabbit/command/rabbit.rb:144 ../lib/rabbit/theme/blue-bar/property.rb:1 ../lib/rabbit/theme/blue-circle/property.rb:1 ../lib/rabbit/theme/centering-rabbit/property.rb:1 ../lib/rabbit/theme/clear-blue/property.rb:1 ../lib/rabbit/theme/cozmixng/property.rb:1 ../lib/rabbit/theme/dark-gradation/property.rb:1 ../lib/rabbit/theme/day-white/property.rb:1 ../lib/rabbit/theme/debian/property.rb:1 ../lib/rabbit/theme/default/property.rb:1 ../lib/rabbit/theme/enishi-green/property.rb:1 ../lib/rabbit/theme/green-circle/property.rb:1 ../lib/rabbit/theme/image-viewer/property.rb:1 ../lib/rabbit/theme/lightning-clear-blue/property.rb:1 ../lib/rabbit/theme/lightning-monochrome/property.rb:1 ../lib/rabbit/theme/lightning-rabbit/property.rb:1 ../lib/rabbit/theme/lightning-simple/property.rb:1 ../lib/rabbit/theme/lightning-talk/property.rb:1 ../lib/rabbit/theme/nari/property.rb:1 ../lib/rabbit/theme/night-black/property.rb:1 ../lib/rabbit/theme/pdf/property.rb:1 ../lib/rabbit/theme/rabbit/property.rb:1 ../lib/rabbit/theme/ranguba/property.rb:1 ../lib/rabbit/theme/red-frame/property.rb:1 ../lib/rabbit/theme/ruby-gnome2/property.rb:1 ../lib/rabbit/theme/rubykaigi2011/property.rb:1
607
607
  msgid "Theme"
608
608
  msgstr ""
609
609
 
610
- #: ../lib/rabbit/command/rabbit.rb:144
610
+ #: ../lib/rabbit/command/rabbit.rb:147
611
611
  msgid "Add [PATH] to load path."
612
612
  msgstr ""
613
613
 
614
- #: ../lib/rabbit/command/rabbit.rb:149
614
+ #: ../lib/rabbit/command/rabbit.rb:152
615
615
  msgid "Use [THEME] as theme."
616
616
  msgstr ""
617
617
 
618
- #: ../lib/rabbit/command/rabbit.rb:156
618
+ #: ../lib/rabbit/command/rabbit.rb:159
619
619
  msgid "Use [THEME] for comment."
620
620
  msgstr ""
621
621
 
622
- #: ../lib/rabbit/command/rabbit.rb:162
622
+ #: ../lib/rabbit/command/rabbit.rb:165
623
623
  msgid "Use [TIME] as allotted time."
624
624
  msgstr ""
625
625
 
626
- #: ../lib/rabbit/command/rabbit.rb:168 ../lib/rabbit/html/generator.rb:404
626
+ #: ../lib/rabbit/command/rabbit.rb:171 ../lib/rabbit/html/generator.rb:404
627
627
  msgid "Source"
628
628
  msgstr ""
629
629
 
630
- #: ../lib/rabbit/command/rabbit.rb:175
630
+ #: ../lib/rabbit/command/rabbit.rb:178
631
631
  msgid ""
632
632
  "When select %s\n"
633
633
  "specify %s\n"
634
634
  "as [SOURCE_INFOS]."
635
635
  msgstr ""
636
636
 
637
- #: ../lib/rabbit/command/rabbit.rb:182
637
+ #: ../lib/rabbit/command/rabbit.rb:185
638
638
  msgid "Specify source type as [TYPE]."
639
639
  msgstr ""
640
640
 
641
- #: ../lib/rabbit/command/rabbit.rb:183 ../lib/rabbit/console.rb:165 ../lib/rabbit/console.rb:182
641
+ #: ../lib/rabbit/command/rabbit.rb:186 ../lib/rabbit/console.rb:165 ../lib/rabbit/console.rb:182
642
642
  msgid "Select from [%s]."
643
643
  msgstr ""
644
644
 
645
- #: ../lib/rabbit/command/rabbit.rb:184
645
+ #: ../lib/rabbit/command/rabbit.rb:187
646
646
  msgid "Note: case insensitive."
647
647
  msgstr ""
648
648
 
649
- #: ../lib/rabbit/command/rabbit.rb:198
649
+ #: ../lib/rabbit/command/rabbit.rb:201
650
650
  msgid "Specify source encoding as [ENCODING]."
651
651
  msgstr ""
652
652
 
653
- #: ../lib/rabbit/command/rabbit.rb:199 ../lib/rabbit/command/rabbit.rb:205 ../lib/rabbit/command/rabbit.rb:372 ../lib/rabbit/command/rabbit.rb:379 ../lib/rabbit/command/rabbit.rb:386 ../lib/rabbit/command/rabbit.rb:393 ../lib/rabbit/command/rabbit.rb:418 ../lib/rabbit/command/rabbit.rb:425 ../lib/rabbit/command/rabbit.rb:432 ../lib/rabbit/command/rabbit.rb:439 ../lib/rabbit/command/rabbit.rb:552 ../lib/rabbit/console.rb:150
653
+ #: ../lib/rabbit/command/rabbit.rb:202 ../lib/rabbit/command/rabbit.rb:208 ../lib/rabbit/command/rabbit.rb:375 ../lib/rabbit/command/rabbit.rb:382 ../lib/rabbit/command/rabbit.rb:389 ../lib/rabbit/command/rabbit.rb:396 ../lib/rabbit/command/rabbit.rb:421 ../lib/rabbit/command/rabbit.rb:428 ../lib/rabbit/command/rabbit.rb:435 ../lib/rabbit/command/rabbit.rb:442 ../lib/rabbit/command/rabbit.rb:555 ../lib/rabbit/console.rb:150
654
654
  msgid "(auto)"
655
655
  msgstr ""
656
656
 
657
- #: ../lib/rabbit/command/rabbit.rb:204
657
+ #: ../lib/rabbit/command/rabbit.rb:207
658
658
  msgid "Specify base URI or path of source as [BASE]."
659
659
  msgstr ""
660
660
 
661
- #: ../lib/rabbit/command/rabbit.rb:210
661
+ #: ../lib/rabbit/command/rabbit.rb:213
662
662
  msgid "Initial state"
663
663
  msgstr ""
664
664
 
665
- #: ../lib/rabbit/command/rabbit.rb:213
665
+ #: ../lib/rabbit/command/rabbit.rb:216
666
666
  msgid "Toggle full screen mode."
667
667
  msgstr ""
668
668
 
669
- #: ../lib/rabbit/command/rabbit.rb:219
669
+ #: ../lib/rabbit/command/rabbit.rb:222
670
670
  msgid "Toggle index mode."
671
671
  msgstr ""
672
672
 
673
- #: ../lib/rabbit/command/rabbit.rb:225
673
+ #: ../lib/rabbit/command/rabbit.rb:228
674
674
  msgid "Show the Nth slide. (zero-based)"
675
675
  msgstr ""
676
676
 
677
- #: ../lib/rabbit/command/rabbit.rb:231
677
+ #: ../lib/rabbit/command/rabbit.rb:234
678
678
  msgid "Size"
679
679
  msgstr ""
680
680
 
681
- #: ../lib/rabbit/command/rabbit.rb:234
681
+ #: ../lib/rabbit/command/rabbit.rb:237
682
682
  msgid "Set window geometry [GEOMETRY]."
683
683
  msgstr ""
684
684
 
685
- #: ../lib/rabbit/command/rabbit.rb:235
685
+ #: ../lib/rabbit/command/rabbit.rb:238
686
686
  msgid "Format: WIDTHxHEIGHT+X+Y"
687
687
  msgstr ""
688
688
 
689
- #: ../lib/rabbit/command/rabbit.rb:242
689
+ #: ../lib/rabbit/command/rabbit.rb:245
690
690
  msgid "Set window width to [WIDTH]."
691
691
  msgstr ""
692
692
 
693
- #: ../lib/rabbit/command/rabbit.rb:249
693
+ #: ../lib/rabbit/command/rabbit.rb:252
694
694
  msgid "Set window height to [HEIGHT]."
695
695
  msgstr ""
696
696
 
697
- #: ../lib/rabbit/command/rabbit.rb:254
697
+ #: ../lib/rabbit/command/rabbit.rb:257
698
698
  msgid ""
699
699
  "Set window width and height to\n"
700
700
  "[WIDTH] and [HEIGHT]."
701
701
  msgstr ""
702
702
 
703
- #: ../lib/rabbit/command/rabbit.rb:267
703
+ #: ../lib/rabbit/command/rabbit.rb:270
704
704
  msgid "Save"
705
705
  msgstr ""
706
706
 
707
- #: ../lib/rabbit/command/rabbit.rb:270
707
+ #: ../lib/rabbit/command/rabbit.rb:273
708
708
  msgid "Save as image and exit."
709
709
  msgstr ""
710
710
 
711
- #: ../lib/rabbit/command/rabbit.rb:275
711
+ #: ../lib/rabbit/command/rabbit.rb:278
712
712
  msgid "Specify saved image type as [TYPE]."
713
713
  msgstr ""
714
714
 
715
- #: ../lib/rabbit/command/rabbit.rb:282
715
+ #: ../lib/rabbit/command/rabbit.rb:285
716
716
  msgid "Specify saved image base name as [BASE_NAME]."
717
717
  msgstr ""
718
718
 
719
- #: ../lib/rabbit/command/rabbit.rb:283 ../lib/rabbit/command/rabbit.rb:321
719
+ #: ../lib/rabbit/command/rabbit.rb:286 ../lib/rabbit/command/rabbit.rb:324
720
720
  msgid "Title of slide"
721
721
  msgstr ""
722
722
 
723
- #: ../lib/rabbit/command/rabbit.rb:288
723
+ #: ../lib/rabbit/command/rabbit.rb:291
724
724
  msgid "Output HTML for viewing saved images."
725
725
  msgstr ""
726
726
 
727
- #: ../lib/rabbit/command/rabbit.rb:294
727
+ #: ../lib/rabbit/command/rabbit.rb:297
728
728
  msgid "Output index HTML for navigating slides."
729
729
  msgstr ""
730
730
 
731
- #: ../lib/rabbit/command/rabbit.rb:300
731
+ #: ../lib/rabbit/command/rabbit.rb:303
732
732
  msgid "Specify base URI of RSS as [URI]."
733
733
  msgstr ""
734
734
 
735
- #: ../lib/rabbit/command/rabbit.rb:301
735
+ #: ../lib/rabbit/command/rabbit.rb:304
736
736
  msgid "RSS is generated only when HTML is output."
737
737
  msgstr ""
738
738
 
739
- #: ../lib/rabbit/command/rabbit.rb:307
739
+ #: ../lib/rabbit/command/rabbit.rb:310
740
740
  msgid "Specify source filenam as [FILENAME]."
741
741
  msgstr ""
742
742
 
743
- #: ../lib/rabbit/command/rabbit.rb:315
743
+ #: ../lib/rabbit/command/rabbit.rb:318
744
744
  msgid "Print and exit."
745
745
  msgstr ""
746
746
 
747
- #: ../lib/rabbit/command/rabbit.rb:320
747
+ #: ../lib/rabbit/command/rabbit.rb:323
748
748
  msgid "Specify printed out filename as [FILENAME]."
749
749
  msgstr ""
750
750
 
751
- #: ../lib/rabbit/command/rabbit.rb:327
751
+ #: ../lib/rabbit/command/rabbit.rb:330
752
752
  msgid "Set slides per page."
753
753
  msgstr ""
754
754
 
755
- #: ../lib/rabbit/command/rabbit.rb:333
755
+ #: ../lib/rabbit/command/rabbit.rb:336
756
756
  msgid "Draw scaled image."
757
757
  msgstr ""
758
758
 
759
- #: ../lib/rabbit/command/rabbit.rb:334
759
+ #: ../lib/rabbit/command/rabbit.rb:337
760
760
  msgid "Better look for displaying but lesser look for printing."
761
761
  msgstr ""
762
762
 
763
- #: ../lib/rabbit/command/rabbit.rb:339
763
+ #: ../lib/rabbit/command/rabbit.rb:342
764
764
  msgid "Paper"
765
765
  msgstr ""
766
766
 
767
- #: ../lib/rabbit/command/rabbit.rb:343
767
+ #: ../lib/rabbit/command/rabbit.rb:346
768
768
  msgid "Set paper width to [WIDTH] Pt."
769
769
  msgstr ""
770
770
 
771
- #: ../lib/rabbit/command/rabbit.rb:344
771
+ #: ../lib/rabbit/command/rabbit.rb:347
772
772
  msgid "(landscape A4 width)"
773
773
  msgstr ""
774
774
 
775
- #: ../lib/rabbit/command/rabbit.rb:350
775
+ #: ../lib/rabbit/command/rabbit.rb:353
776
776
  msgid "Set paper height to [HEIGHT] Pt."
777
777
  msgstr ""
778
778
 
779
- #: ../lib/rabbit/command/rabbit.rb:351
779
+ #: ../lib/rabbit/command/rabbit.rb:354
780
780
  msgid "(landscape A4 height)"
781
781
  msgstr ""
782
782
 
783
- #: ../lib/rabbit/command/rabbit.rb:355
783
+ #: ../lib/rabbit/command/rabbit.rb:358
784
784
  msgid ""
785
785
  "Set paper width and height to\n"
786
786
  "[WIDTH] Pt and [HEIGHT] Pt."
787
787
  msgstr ""
788
788
 
789
- #: ../lib/rabbit/command/rabbit.rb:357
789
+ #: ../lib/rabbit/command/rabbit.rb:360
790
790
  msgid "(landscape A4 size)"
791
791
  msgstr ""
792
792
 
793
- #: ../lib/rabbit/command/rabbit.rb:367
793
+ #: ../lib/rabbit/command/rabbit.rb:370
794
794
  msgid "Margin"
795
795
  msgstr ""
796
796
 
797
- #: ../lib/rabbit/command/rabbit.rb:371
797
+ #: ../lib/rabbit/command/rabbit.rb:374
798
798
  msgid "Set left margin for slides per page mode print."
799
799
  msgstr ""
800
800
 
801
- #: ../lib/rabbit/command/rabbit.rb:378
801
+ #: ../lib/rabbit/command/rabbit.rb:381
802
802
  msgid "Set right margin for slides per page mode print."
803
803
  msgstr ""
804
804
 
805
- #: ../lib/rabbit/command/rabbit.rb:385
805
+ #: ../lib/rabbit/command/rabbit.rb:388
806
806
  msgid "Set top margin for slides per page mode print."
807
807
  msgstr ""
808
808
 
809
- #: ../lib/rabbit/command/rabbit.rb:392
809
+ #: ../lib/rabbit/command/rabbit.rb:395
810
810
  msgid "Set bottom margin for slides per page mode print."
811
811
  msgstr ""
812
812
 
813
- #: ../lib/rabbit/command/rabbit.rb:397
813
+ #: ../lib/rabbit/command/rabbit.rb:400
814
814
  msgid "[ALL]"
815
815
  msgstr ""
816
816
 
817
- #: ../lib/rabbit/command/rabbit.rb:398
817
+ #: ../lib/rabbit/command/rabbit.rb:401
818
818
  msgid "[TOP_BOTTOM],[LEFT_RIGHT]"
819
819
  msgstr ""
820
820
 
821
- #: ../lib/rabbit/command/rabbit.rb:399
821
+ #: ../lib/rabbit/command/rabbit.rb:402
822
822
  msgid "[TOP],[LEFT_RIGHT],[BOTTOM]"
823
823
  msgstr ""
824
824
 
825
- #: ../lib/rabbit/command/rabbit.rb:400
825
+ #: ../lib/rabbit/command/rabbit.rb:403
826
826
  msgid "[TOP],[RIGHT],[BOTTOM],[LEFT]"
827
827
  msgstr ""
828
828
 
829
- #: ../lib/rabbit/command/rabbit.rb:403
829
+ #: ../lib/rabbit/command/rabbit.rb:406
830
830
  msgid "Set margin for slides per page mode print."
831
831
  msgstr ""
832
832
 
833
- #: ../lib/rabbit/command/rabbit.rb:417
833
+ #: ../lib/rabbit/command/rabbit.rb:420
834
834
  msgid "Set left page margin."
835
835
  msgstr ""
836
836
 
837
- #: ../lib/rabbit/command/rabbit.rb:424
837
+ #: ../lib/rabbit/command/rabbit.rb:427
838
838
  msgid "Set right page margin."
839
839
  msgstr ""
840
840
 
841
- #: ../lib/rabbit/command/rabbit.rb:431
841
+ #: ../lib/rabbit/command/rabbit.rb:434
842
842
  msgid "Set top page margin."
843
843
  msgstr ""
844
844
 
845
- #: ../lib/rabbit/command/rabbit.rb:438
845
+ #: ../lib/rabbit/command/rabbit.rb:441
846
846
  msgid "Set bottom page margin."
847
847
  msgstr ""
848
848
 
849
- #: ../lib/rabbit/command/rabbit.rb:445
849
+ #: ../lib/rabbit/command/rabbit.rb:448
850
850
  msgid "Set page margin."
851
851
  msgstr ""
852
852
 
853
- #: ../lib/rabbit/command/rabbit.rb:457
853
+ #: ../lib/rabbit/command/rabbit.rb:460
854
854
  msgid "dRuby"
855
855
  msgstr ""
856
856
 
857
- #: ../lib/rabbit/command/rabbit.rb:460
857
+ #: ../lib/rabbit/command/rabbit.rb:463
858
858
  msgid "Specify whether to use dRuby."
859
859
  msgstr ""
860
860
 
861
- #: ../lib/rabbit/command/rabbit.rb:466
861
+ #: ../lib/rabbit/command/rabbit.rb:469
862
862
  msgid "Specify dRuby URI."
863
863
  msgstr ""
864
864
 
865
- #: ../lib/rabbit/command/rabbit.rb:472
865
+ #: ../lib/rabbit/command/rabbit.rb:475
866
866
  msgid "Specify whether to output dRuby URI."
867
867
  msgstr ""
868
868
 
869
- #: ../lib/rabbit/command/rabbit.rb:477
869
+ #: ../lib/rabbit/command/rabbit.rb:480
870
870
  msgid "SOAP"
871
871
  msgstr ""
872
872
 
873
- #: ../lib/rabbit/command/rabbit.rb:480
873
+ #: ../lib/rabbit/command/rabbit.rb:483
874
874
  msgid "Specify whether to use SOAP."
875
875
  msgstr ""
876
876
 
877
- #: ../lib/rabbit/command/rabbit.rb:486
877
+ #: ../lib/rabbit/command/rabbit.rb:489
878
878
  msgid "Specify SOAP host as [HOST]."
879
879
  msgstr ""
880
880
 
881
- #: ../lib/rabbit/command/rabbit.rb:493
881
+ #: ../lib/rabbit/command/rabbit.rb:496
882
882
  msgid "Specify SOAP port as [PORT]."
883
883
  msgstr ""
884
884
 
885
- #: ../lib/rabbit/command/rabbit.rb:498
885
+ #: ../lib/rabbit/command/rabbit.rb:501
886
886
  msgid "XML-RPC"
887
887
  msgstr ""
888
888
 
889
- #: ../lib/rabbit/command/rabbit.rb:501
889
+ #: ../lib/rabbit/command/rabbit.rb:504
890
890
  msgid "Specify whether to use XML-RPC."
891
891
  msgstr ""
892
892
 
893
- #: ../lib/rabbit/command/rabbit.rb:507
893
+ #: ../lib/rabbit/command/rabbit.rb:510
894
894
  msgid "Specify XML-RPC host as [HOST]."
895
895
  msgstr ""
896
896
 
897
- #: ../lib/rabbit/command/rabbit.rb:514
897
+ #: ../lib/rabbit/command/rabbit.rb:517
898
898
  msgid "Specify XML-RPC port as [PORT]."
899
899
  msgstr ""
900
900
 
901
- #: ../lib/rabbit/command/rabbit.rb:519
901
+ #: ../lib/rabbit/command/rabbit.rb:522
902
902
  msgid "Public level"
903
903
  msgstr ""
904
904
 
905
- #: ../lib/rabbit/command/rabbit.rb:526
905
+ #: ../lib/rabbit/command/rabbit.rb:529
906
906
  msgid "Specify public level."
907
907
  msgstr ""
908
908
 
909
- #: ../lib/rabbit/command/rabbit.rb:527
909
+ #: ../lib/rabbit/command/rabbit.rb:530
910
910
  msgid "Select from the following:"
911
911
  msgstr ""
912
912
 
913
- #: ../lib/rabbit/command/rabbit.rb:536 ../lib/rabbit/command/rabbit.rb:561 ../lib/rabbit/command/rabbit.rb:568
913
+ #: ../lib/rabbit/command/rabbit.rb:539 ../lib/rabbit/command/rabbit.rb:564 ../lib/rabbit/command/rabbit.rb:571
914
914
  msgid "(%s)"
915
915
  msgstr ""
916
916
 
917
- #: ../lib/rabbit/command/rabbit.rb:541 ../lib/rabbit/theme/clutter-comment/property.rb:1 ../lib/rabbit/theme/footer-comment/property.rb:1 ../lib/rabbit/theme/stream-comment/property.rb:1
917
+ #: ../lib/rabbit/command/rabbit.rb:544 ../lib/rabbit/theme/clutter-comment/property.rb:1 ../lib/rabbit/theme/footer-comment/property.rb:1 ../lib/rabbit/theme/stream-comment/property.rb:1
918
918
  msgid "Comment"
919
919
  msgstr ""
920
920
 
921
- #: ../lib/rabbit/command/rabbit.rb:544 ../lib/rabbit/command/rabbit.rb:550
921
+ #: ../lib/rabbit/command/rabbit.rb:547 ../lib/rabbit/command/rabbit.rb:553
922
922
  msgid "Deprecated. Just ignored."
923
923
  msgstr ""
924
924
 
925
- #: ../lib/rabbit/command/rabbit.rb:545
925
+ #: ../lib/rabbit/command/rabbit.rb:548
926
926
  msgid "Specify initial comment source."
927
927
  msgstr ""
928
928
 
929
- #: ../lib/rabbit/command/rabbit.rb:546
929
+ #: ../lib/rabbit/command/rabbit.rb:549
930
930
  msgid "(default source)"
931
931
  msgstr ""
932
932
 
933
- #: ../lib/rabbit/command/rabbit.rb:551
933
+ #: ../lib/rabbit/command/rabbit.rb:554
934
934
  msgid "Specify comment source encoding."
935
935
  msgstr ""
936
936
 
937
- #: ../lib/rabbit/command/rabbit.rb:555
937
+ #: ../lib/rabbit/command/rabbit.rb:558
938
938
  msgid "Migemo"
939
939
  msgstr ""
940
940
 
941
- #: ../lib/rabbit/command/rabbit.rb:560
941
+ #: ../lib/rabbit/command/rabbit.rb:563
942
942
  msgid "Specify search paths for Migemo static dictionary."
943
943
  msgstr ""
944
944
 
945
- #: ../lib/rabbit/command/rabbit.rb:567
945
+ #: ../lib/rabbit/command/rabbit.rb:570
946
946
  msgid "Specify static dictionary name for Migemo."
947
947
  msgstr ""
948
948
 
949
- #: ../lib/rabbit/command/rabbit.rb:572
949
+ #: ../lib/rabbit/command/rabbit.rb:575
950
950
  msgid "3D"
951
951
  msgstr ""
952
952
 
953
- #: ../lib/rabbit/command/rabbit.rb:575
953
+ #: ../lib/rabbit/command/rabbit.rb:578
954
954
  msgid "Specify whether to use OpenGL if available."
955
955
  msgstr ""
956
956
 
957
- #: ../lib/rabbit/command/rabbit.rb:580
957
+ #: ../lib/rabbit/command/rabbit.rb:583
958
958
  msgid "Display"
959
959
  msgstr ""
960
960
 
961
- #: ../lib/rabbit/command/rabbit.rb:583
961
+ #: ../lib/rabbit/command/rabbit.rb:586
962
962
  msgid "Specify whether to keep above window."
963
963
  msgstr ""
964
964
 
965
- #: ../lib/rabbit/command/rabbit.rb:588
965
+ #: ../lib/rabbit/command/rabbit.rb:591
966
966
  msgid "Others"
967
967
  msgstr ""
968
968
 
969
- #: ../lib/rabbit/command/rabbit.rb:591
969
+ #: ../lib/rabbit/command/rabbit.rb:594
970
970
  msgid "Check slide source syntax and exit."
971
971
  msgstr ""
972
972
 
973
- #: ../lib/rabbit/command/rabbit.rb:596
973
+ #: ../lib/rabbit/command/rabbit.rb:599
974
974
  msgid "Show a native window ID of the Rabbit window if available."
975
975
  msgstr ""
976
976
 
977
- #: ../lib/rabbit/command/rabbit.rb:597
977
+ #: ../lib/rabbit/command/rabbit.rb:600
978
978
  msgid "e.g. The ID is the ID of X resource on X window system."
979
979
  msgstr ""
980
980
 
981
- #: ../lib/rabbit/command/rabbit.rb:638
981
+ #: ../lib/rabbit/command/rabbit.rb:641
982
982
  msgid "Choose a Rabbit source file"
983
983
  msgstr ""
984
984
 
985
- #: ../lib/rabbit/command/rabbit.rb:755
985
+ #: ../lib/rabbit/command/rabbit.rb:759
986
986
  msgid "dRuby URI <%s> is in use."
987
987
  msgstr ""
988
988
 
989
- #: ../lib/rabbit/command/rabbit.rb:774
989
+ #: ../lib/rabbit/command/rabbit.rb:778
990
990
  msgid "port <%s> for SOAP is in use."
991
991
  msgstr ""
992
992
 
993
- #: ../lib/rabbit/command/rabbit.rb:795
993
+ #: ../lib/rabbit/command/rabbit.rb:799
994
994
  msgid "port <%s> for XML-RPC is in use."
995
995
  msgstr ""
996
996
 
997
- #: ../lib/rabbit/command/rabbit.rb:856
997
+ #: ../lib/rabbit/command/rabbit.rb:860
998
998
  msgid "Window ID: %d"
999
999
  msgstr ""
1000
1000
 
@@ -1218,14 +1218,22 @@ msgstr ""
1218
1218
  msgid "tried mimeTeX commands: %s"
1219
1219
  msgstr ""
1220
1220
 
1221
- #: ../lib/rabbit/parser/markdown/converter.rb:154 ../test/parser/test-markdown.rb:306
1221
+ #: ../lib/rabbit/parser/markdown/converter.rb:154 ../test/parser/test-markdown.rb:340
1222
1222
  msgid "multiple ![alt]{image} in a paragraph isn't supported."
1223
1223
  msgstr ""
1224
1224
 
1225
- #: ../lib/rabbit/parser/markdown/converter.rb:323
1225
+ #: ../lib/rabbit/parser/markdown/converter.rb:265 ../test/parser/test-markdown.rb:354
1226
+ msgid "horizontal rule isn't supported."
1227
+ msgstr ""
1228
+
1229
+ #: ../lib/rabbit/parser/markdown/converter.rb:327
1226
1230
  msgid "multiple ![]('XXX.png'){:align='right'} isn't supported."
1227
1231
  msgstr ""
1228
1232
 
1233
+ #: ../lib/rabbit/parser/markdown/converter.rb:385
1234
+ msgid "HTML isn't supported."
1235
+ msgstr ""
1236
+
1229
1237
  #: ../lib/rabbit/parser/rd/ext/block-verbatim.rb:61
1230
1238
  msgid "multiple 'align = right' isn't supported."
1231
1239
  msgstr ""
@@ -1378,7 +1386,7 @@ msgstr ""
1378
1386
  msgid "Publish the theme to %s"
1379
1387
  msgstr ""
1380
1388
 
1381
- #: ../lib/rabbit/theme/applier.rb:610 ../lib/rabbit/theme/auto-slide/auto-slide.rb:1 ../lib/rabbit/theme/slide-background/slide-background.rb:1
1389
+ #: ../lib/rabbit/theme/applier.rb:616 ../lib/rabbit/theme/auto-slide/auto-slide.rb:1 ../lib/rabbit/theme/slide-background/slide-background.rb:1
1382
1390
  msgid "%s is deprecated. Use %s instead."
1383
1391
  msgstr ""
1384
1392