When Drupal is configure to strip HTML tags, left and right alignment will fail. For example:
<code>
| a | simple | table |
|<. left |=. center |>. right |
This will fail, because "<. left |=. center |>" will get stripped. I'm not sure of the best way to address this, as I don't want to stray too much from the standard Textile syntax. Suggestions are welcomed...
Comments
Comment #1
jhriggs commentedWith input formats now since 4.5, this is not an issue.