-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
markdown table with a indentation displays unsuccessfully on website. #3560
Comments
@kwilove Thanks :) |
@yoshinorin But i have a new question. And then i open directly previous markdown file by browser, it will displays: Why does it work on browser successfully? Do you know why the results were different? thanks! |
@kwilove |
@yoshinorin |
@kwilove Please see below demo. We already bump to marked 0.6.x at hexo-renderer-marked v1.0.0 Would you please try to update your hexo-renderer-marked to 1.0.1? Below is dependency about hexo-renderer-marked 1.0.1
I'm so sorry to wrong answer when first time... |
@yoshinorin |
This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Environment Info
Node version(
node -v
: Should be at least nodejs 6.9. If not, please update before posting an issue!): v10.15.1Your site
_config.yml
(Optional):Your theme
_config.yml
(Optional): yaliaHexo and Plugin version(
npm ls --depth 0
):Your package.json
package.json
:For BUG
It display unsuccessfully markdown table with a indentation
markdown allows the table that adds a indentation, but this table displays unsuccessfully on website after executing
hexo deploy
command。For example:
Display on website:
How should I solve this problem?
The text was updated successfully, but these errors were encountered: