|
94 | 94 | # - {Directive}[rdoc-ref:RDoc::MarkupReference@Directives]: |
95 | 95 | # various special directions for the rendering. |
96 | 96 | # - {Text Markup}[rdoc-ref:RDoc:MarkupReference@Text+Markup]: |
97 | | -# text to be rendered in italic, bold, or monofont. |
| 97 | +# text to be rendered in a special way. |
98 | 98 | # |
99 | 99 | # About the blocks: |
100 | 100 | # |
|
632 | 632 | # |
633 | 633 | # ==== Text Markup |
634 | 634 | # |
635 | | -# Text markup is metatext that marks text as: |
| 635 | +# Text markup is metatext that affects HTML rendering: |
636 | 636 | # |
637 | | -# - Italic. |
638 | | -# - Bold. |
639 | | -# - Monofont. |
| 637 | +# - Typeface: italic, bold, monofont. |
| 638 | +# - Character conversions: copyright, trademark, certain punctuation. |
| 639 | +# - Links. |
| 640 | +# - Escapes: marking text as "not markup." |
640 | 641 | # |
641 | | -# Text markup may contain only one type of nested block: |
| 642 | +# ===== Typeface Markup |
642 | 643 | # |
643 | | -# - More text markup: |
| 644 | +# Typeface markup can specify that text is to be rendered |
| 645 | +# as italic, bold, or monofont. |
| 646 | +# |
| 647 | +# Typeface markup may contain only one type of nested block: |
| 648 | +# |
| 649 | +# - More typeface markup: |
644 | 650 | # italic, bold, monofont. |
645 | 651 | # |
646 | | -# ===== Italic |
| 652 | +# ====== Italic |
647 | 653 | # |
648 | 654 | # Text may be marked as italic via HTML tag <tt><i></tt> or <tt><em></tt>. |
649 | 655 | # |
|
698 | 704 | # |
699 | 705 | # ====== _Italic_ in a Heading |
700 | 706 | # |
701 | | -# ===== Bold |
| 707 | +# ====== Bold |
702 | 708 | # |
703 | 709 | # Text may be marked as bold via HTML tag <tt><b></tt>. |
704 | 710 | # |
|
755 | 761 | # |
756 | 762 | # ===== *Bold* in a Heading |
757 | 763 | # |
758 | | -# ===== Monofont |
| 764 | +# ====== Monofont |
759 | 765 | # |
760 | 766 | # Text may be marked as monofont |
761 | 767 | # -- sometimes called 'typewriter font' -- |
|
0 commit comments