File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -159,8 +159,8 @@ may not render them properly.
159
159
160
160
### Tables
161
161
162
- Avoid building tables with HTML tags
163
- (<tt><table></tt>, etc.)
162
+ In particular, avoid building tables with HTML tags
163
+ (<tt><table></tt>, etc.).
164
164
165
165
Alternatives are:
166
166
@@ -170,10 +170,8 @@ Alternatives are:
170
170
171
171
- A {verbatim text block}[rdoc-ref:RDoc::MarkupReference@Verbatim+Text+Blocks],
172
172
using spaces and punctuation to format the text.
173
-
174
- Note that in neither case will
175
- {text markup}[rdoc-ref:RDoc::MarkupReference@Text+Markup]
176
- be honored.
173
+ Note that {text markup}[rdoc-ref:RDoc::MarkupReference@Text+Markup]
174
+ will not be honored.
177
175
178
176
## Documenting Classes and Modules
179
177
You can’t perform that action at this time.
0 commit comments