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

Add HTML support #232

Closed
bcampeau opened this issue Oct 20, 2016 · 1 comment
Closed

Add HTML support #232

bcampeau opened this issue Oct 20, 2016 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@bcampeau
Copy link
Member

Add the ability to support HTML in addition to markdown.

@bcampeau bcampeau added the enhancement New feature or request label Oct 20, 2016
@bcampeau
Copy link
Member Author

bcampeau commented Dec 7, 2016

This initial task will add the framework for HTML support and use it first for pre/code tags in #222.

@bcampeau bcampeau added this to the Version 1.2.1 milestone Dec 7, 2016
@bcampeau bcampeau self-assigned this Dec 7, 2016
@bcampeau bcampeau assigned bcampeau and kevinfodness and unassigned bcampeau Dec 19, 2016
kevinfodness added a commit that referenced this issue Jan 11, 2017
* Adds HTML support option in the Settings area.
* Adds HTML support to Body elements if enabled in Settings.
* Adds a new Parser class to handle the split between Markdown and HTML.
* Refactors the Markdown class to conform to WordPress and PHP best practices.
* Expands definition of Body elements to include <pre> tags.
* Adds settings for monospaced font display.
* Adds global styles for monospaced fonts if HTML is enabled.
* Adds tests for HTML in Body elements.

Fixes #222.
Fixes #232.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants