mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-10 23:04:05 +07:00
Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
15
node_modules/showdown/test/features/tables/#442.trailing-spaces-break-one-column-tables.html
generated
vendored
Normal file
15
node_modules/showdown/test/features/tables/#442.trailing-spaces-break-one-column-tables.html
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="text-align:left;">Single column</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align:left;">Row one</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left;">Row two</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
Reference in New Issue
Block a user