CHENXCHEN / hexo-renderer-markdown-it-plus

Markdown-it is a markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.
https://chchc.me/hexo-article/2017/07/27/hexo-renderer-markdown-it-plus-plugin-demo/
MIT License
115 stars 22 forks source link

Centered table modifier doesn't seem to work #22

Closed oravecz closed 5 years ago

oravecz commented 5 years ago

My tables render with left and right justification, but do not seem to support centered mode.

| Column 1 | Column 2 |
| :------: | :------: |
| Some text that | Other text that |
| should be centered | should be centered |
Column 1 Column 2
Some text that Other text that
should be centered should be centered

In my fairly basic install of this plugin, the table renders with all columns left-justified.

oravecz commented 5 years ago

My mistake. This is my problem.