Skip to content

Commit

Permalink
Retire
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed Sep 3, 2023
1 parent 565f264 commit d482b88
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ParsedownExtraPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# http://erusev.com
#
# (c) Taufik Nurrohman
# https://mecha-cms.com
# https://taufik-nurrohman.com
#
# For the full license information, view the LICENSE file that was distributed
# with this source code.
Expand All @@ -18,7 +18,7 @@

class ParsedownExtraPlugin extends ParsedownExtra {

const version = '1.3.10';
const version = '1.3.11';

public $abbreviationData = array();

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Extension for [Parsedown Extra](https://github.com/erusev/parsedown-extra)

> Configurable Markdown to HTML converter with Parsedown Extra.
**Update 2023/09/03:** I will be retiring this project due to the lack of activity on the Parsedown project to date.
There is actually a draft for [Parsedown version 2.0](https://github.com/erusev/parsedown/tree/2.0.x), but it seems
there has been no progress. I will consider refactoring when Parsedown version 2.0 is released, but I may no longer
actively maintain this project as I am now shifting my focus to
[my own Markdown Extra parser](https://github.com/taufik-nurrohman/markdown). It consists of a single file and uses the
same methods as Parsedown to separate blocks and inlines, so it should achieve similar (or even better) speed and
efficiency.

![Parsedown Logo](https://user-images.githubusercontent.com/1669261/109982015-10e2c300-7d34-11eb-93bd-5f103b9d5165.png)


Expand Down

0 comments on commit d482b88

Please sign in to comment.