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

About emphasis and strong emphasis #21

Open
moeshin opened this issue Feb 16, 2020 · 0 comments
Open

About emphasis and strong emphasis #21

moeshin opened this issue Feb 16, 2020 · 0 comments

Comments

@moeshin
Copy link

moeshin commented Feb 16, 2020

Here is an example:

请点击<strong>「这里」</strong>来完成操作。

to markdown:

请点击**「这里」**来完成操作。

but the preview is the same:

请点击**「这里」**来完成操作。

I think in this case, it would be better to add a space to the left and right:

请点击 **「这里」** 来完成操作。

preview :

请点击 「这里」 来完成操作。


Here are the detailed rules: https://github.github.com/gfm/#left-flanking-delimiter-run

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