Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get table as html in default markdown + CriticMarkup output #21

Open
IpShot opened this issue May 14, 2021 · 0 comments
Open

Get table as html in default markdown + CriticMarkup output #21

IpShot opened this issue May 14, 2021 · 0 comments

Comments

@IpShot
Copy link

IpShot commented May 14, 2021

Used default pandiff output with atx-headers and wrap: preserve options.

Input:
## Data Protection Principles\n\n* We identify Non-public data and label it as such\n* We put in place reasonable and appropriate safeguards to protect you, corruption, and modification to data\n* We limit PII collection, sharing, disclosure, and use to business need\n* Yes\n\nSystem | Tolerable outage (RTO) | Tolerable data loss (RPO)\n-- | -- | --\nApplication | 24 hours | 24 hours\nNetwork | 24 Hours | 24 hours\n\n

Output:
## Data Protection Principles\\n\\n- We identify Non-public data and label it as such\\n- We put in place reasonable and appropriate safeguards to protect you, corruption, and modification to data\\n- We limit PII collection, sharing, disclosure, and use to business need\\n- Yes\\n\\n<table>\\n<thead>\\n<tr class=\\\"header\\\">\\n<th>\\nSystem\\n</th>\\n<th>\\nTolerable outage (RTO)\\n</th>\\n<th>\\nTolerable data loss (RPO)\\n</th>\\n</tr>\\n</thead>\\n<tbody>\\n<tr class=\\\"odd\\\">\\n<td>\\nApplication\\n</td>\\n<td>\\n24 hours\\n</td>\\n<td>\\n24 hours\\n</td>\\n</tr>\\n<tr class=\\\"even\\\">\\n<td>\\nNetwork\\n</td>\\n<td>\\n24 Hours\\n</td>\\n<td>\\n24 hours\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant