Skip to content

Commit 0b8a0cf

Browse files
authored
Merge pull request #553 from javiereguiluz/add_commonmark
Add the CommonMark parser project
2 parents 0a484fd + 9a1b067 commit 0b8a0cf

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

projects.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ default:
7070
- cachet
7171
- carew
7272
- composer
73+
- commonmark
7374
- deployer
7475
- doctrine
7576
- drupalconsole

projects/commonmark.png

4.67 KB
Loading

projects/commonmark.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: CommonMark
2+
url: https://commonmark.thephpleague.com/
3+
dependencies:
4+
- github@thephpleague/commonmark
5+
description: |
6+
The PHP CommonMark parser is a robust, highly-extensible Markdown parser for
7+
PHP based on the CommonMark and GitHub-Flavored Markdown specifications.
8+
Its highly extensible architecture supports custom syntax and other customizations.
9+
Many popular frameworks and CMSes provide extensions and integrations.

0 commit comments

Comments
 (0)