We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a484fd + 9a1b067 commit 0b8a0cfCopy full SHA for 0b8a0cf
projects.yml
@@ -70,6 +70,7 @@ default:
70
- cachet
71
- carew
72
- composer
73
+ - commonmark
74
- deployer
75
- doctrine
76
- drupalconsole
projects/commonmark.png
4.67 KB
projects/commonmark.yml
@@ -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