mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 11:37:14 +00:00
Adds info about custom CSS to commonmark markdown help (#37237).
Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21851 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
2faadcba8b
commit
7dbdf5a88b
@ -356,6 +356,19 @@ It can be expanded by clicking a link.
|
||||
<tr><td align="center" colspan="2">bar</td></tr>
|
||||
</table>
|
||||
|
||||
<p>The <strong>style</strong> attribute can be used in raw HTML to apply custom formatting. The following CSS properties are allowed:</p>
|
||||
<pre><code>
|
||||
color background-color
|
||||
width
|
||||
height
|
||||
padding padding-left padding-right padding-top padding-bottom
|
||||
margin margin-left margin-right margin-top margin-bottom
|
||||
border border-left border-right border-top border-bottom border-radius border-style border-collapse border-spacing
|
||||
font font-style font-variant font-weight font-stretch font-size line-height font-family
|
||||
text-align
|
||||
float
|
||||
</code></pre>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user