Project

General

Profile

Actions

Defect #37237

closed

Common Markdown Formatter does not render all properties on HTML elements

Added by C S almost 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Category:
Text formatting
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

Input:

<table align="center" border="0" cellpadding="1" cellspacing="1" style="width:100%; text-align:center; border-collapse:separate; border-spacing: 10px; display:table">
   <tr>
      <td class="InfoButton">Some Text</td>
   </tr>
</table>

Output:

<table align="center" border="0" cellpadding="1" cellspacing="1">
   <tr>
      <td>Some Text</td>
   </tr>
</table>


Files


Related issues

Related to Redmine - Feature #2416: {background:color} doesn't work in text formattingClosedJean-Philippe Lang2008-12-30

Actions
Related to Redmine - Feature #22425: Allow "style" tag in Redcarpet Markdown formatterClosed

Actions
Related to Redmine - Defect #38073: CommonMark Markdown formatter does not support min-width, max-width, min-height, and max-height CSS propertiesClosedGo MAEDA

Actions
Is duplicate of Redmine - Feature #35747: Allow style attribute for HTML elements in CommonMark formatterClosed

Actions
Actions

Also available in: Atom PDF