-
Notifications
You must be signed in to change notification settings - Fork 812
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 block - add example #13613
Markdown block - add example #13613
Conversation
Thank you for the great PR description! When this PR is ready for review, please apply the Scheduled Jetpack release: November 5, 2019. |
extensions/blocks/markdown/index.js
Outdated
'## ## Try Markdown\n\n' + | ||
'Markdown is a text formatting syntax that is converted into HTML. ' + | ||
'You can _emphasize_ text or **make it strong** with just a few characters.\n\n' + | ||
'Search up ["Markdown"](https://daringfireball.net/projects/markdown/) to learn more.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think about linking to our support doc instead?
https://en.support.wordpress.com/markdown-quick-reference/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was planning to remove the link altogether since it's impossible to click.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed my mind. I'm going to leave the link there because it's still useful in the Block Inspector.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Caution: This PR has changes that must be merged to WordPress.com |
Master issue: #13510
Changes proposed in this Pull Request:
Before
After
Is this a new feature or does it add/remove features to an existing part of Jetpack?
Testing instructions:
Proposed changelog entry for your changes: