[
https://issues.apache.org/jira/browse/YETUS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15167720#comment-15167720
]
Allen Wittenauer commented on YETUS-190:
----------------------------------------
OK, after a lot of playing around, the basic problem is that table tags don't
have a bootstrap class defined. e.g.:
Now:
{code}
<table>
{code}
instead of
{code}
<table class="table">
{code}
Ideally, it would be great to render these as:
{code}
<table class="table table-bordered table-striped">
{code}
to mimic what we see on github.
> markdown table rendering on yetus website is ugly
> -------------------------------------------------
>
> Key: YETUS-190
> URL: https://issues.apache.org/jira/browse/YETUS-190
> Project: Yetus
> Issue Type: Improvement
> Components: website and documentation
> Reporter: Allen Wittenauer
>
> No, really. It's terrible. We should fix it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)