Defect #37237 » 0002-adds-info-about-custom-CSS-to-commonmark-markdown-he.patch
| public/help/en/wiki_syntax_detailed_common_mark.html | ||
|---|---|---|
| 356 | 356 |
<tr><td align="center" colspan="2">bar</td></tr> |
| 357 | 357 |
</table> |
| 358 | 358 | |
| 359 |
<p>The <strong>style</strong> attribute can be used in raw HTML to apply custom formatting. The following CSS properties are allowed:</p> |
|
| 360 |
<pre><code> |
|
| 361 |
color background-color |
|
| 362 |
width |
|
| 363 |
height |
|
| 364 |
padding padding-left padding-right padding-top padding-bottom |
|
| 365 |
margin margin-left margin-right margin-top margin-bottom |
|
| 366 |
border border-left border-right border-top border-bottom border-radius border-style border-collapse border-spacing |
|
| 367 |
font font-style font-variant font-weight font-stretch font-size line-height font-family |
|
| 368 |
text-align |
|
| 369 |
float |
|
| 370 |
</code></pre> |
|
| 371 | ||
| 359 | 372 |
</body> |
| 360 | 373 |
</html> |
| 361 | 374 | |