project.yml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. title: league/commonmark
  2. tagline: Markdown done right
  3. description: PHP Markdown parser featuring support for CommonMark, GFM, and custom extensions
  4. site_title: CommonMark for PHP
  5. google_analytics_tracking_id: UA-137970568-1
  6. repository: commonmark
  7. default_version: '2.4'
  8. releases:
  9. current:
  10. '2.4':
  11. documentation_link: '/2.4/'
  12. previous:
  13. '2.3':
  14. documentation_link: '/2.3/'
  15. legacy:
  16. '2.2':
  17. documentation_link: '/2.2/'
  18. '2.1':
  19. documentation_link: '/2.1/'
  20. '2.0':
  21. documentation_link: '/2.0/'
  22. '1.6':
  23. documentation_link: '/1.6/'
  24. '1.5':
  25. documentation_link: '/1.5/'
  26. '1.4':
  27. documentation_link: '/1.4/'
  28. '1.3':
  29. documentation_link: '/1.3/'
  30. '1.0':
  31. documentation_link: '/1.0/'
  32. author:
  33. name: Colin O'Dell
  34. twitter_account: colinodell
  35. website: https://www.colinodell.com
  36. highlights:
  37. description: "The PHP <code>CommonMark</code> parser is a robust, highly-extensible Markdown parser for PHP based on the <a href=\"https://spec.commonmark.org/\">CommonMark</a> and <a href=\"https://github.github.com/gfm/\">GitHub-Flavored Markdown</a> specifications."
  38. features:
  39. - The only PHP library fully compatible with the CommonMark and GitHub-Flavored Markdown specs
  40. - Highly extensible architecture supports custom syntax and other customizations
  41. - Community extensions and integrations for popular frameworks and CMSes
  42. - Easy-to-use API
  43. composer: "$ composer require league/commonmark"