Plugin Directory

Changeset 1776320


Ignore:
Timestamp:
11/27/2017 05:28:13 PM (8 years ago)
Author:
conner_bw
Message:

Fix markdown syntax for wordpress.org

File:
1 edited

Legend:

Unmodified
Added
Removed
  • parsedown-party/trunk/readme.txt

    r1776312 r1776320  
    1414== Description ==
    1515
    16 This plugin lets you use [Markdown](https://github.com/erusev/parsedown) for individual posts on a case-by-case basis. Markdown can be activated using a toggle in the post editor
    17 submit box. When enabled, it replaces the WordPress post editor with [CodeMirror](https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/) in
    18 Markdown mode.
     16This plugin lets you use [Markdown](https://github.com/erusev/parsedown) for individual posts on a case-by-case basis. Markdown can be activated using a toggle in the post editor submit box. When enabled, it replaces the WordPress post editor with [CodeMirror](https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/) in Markdown mode.
    1917
    2018== Screenshots ==
     
    2826Yes.
    2927
    30 = Is this Plugin compatible with [Pressbooks](https://pressbooks.org/)? =
     28= Is this Plugin compatible with Pressbooks? =
    3129
    32 Yes.
     30[Yes.](https://pressbooks.org/)
    3331
    3432= I'm a software developer, how can I help? =
     
    3634This plugin follows [Pressbooks coding standards](https://docs.pressbooks.org/coding-standards/) and development [happens on GitHub](https://github.com/connerbw/parsedownparty).
    3735
    38 The philosophy behind this plugin is: Take a best of breed [Markdown Parser](https://github.com/erusev/parsedown), combine it with WordPress' built-in [CodeMirror](https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/)
    39 libraries, and let users write posts in Markdown. Things like two-pane WYSIWYG editors are out of scope for this particular plugin (the Preview button works fine.) The design goal
    40 is to modify WordPress Core as little as possible while providing decent Markdown support for content.
     36The philosophy behind this plugin is: Take a best of breed [Markdown Parser](https://github.com/erusev/parsedown), combine it with WordPress' built-in [CodeMirror](https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/) libraries, and let users write posts in Markdown. Things like two-pane WYSIWYG editors are out of scope for this particular plugin (the Preview button works fine.) The design goal is to modify WordPress Core as little as possible while providing decent Markdown support for content.
    4137
    4238== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.