1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
|
<!DOCTYPE html>
<html class="homepage" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ site.data.project.description }}">
<meta name="docsearch:version" content="{{ site.data.project.default_version }}">
<meta name="theme-color" content="#19232D">
<title>{{ site.data.project.site_title }} - {{ site.data.project.tagline }}</title>
<link rel="icon" type="image/x-icon" href="//theme.thephpleague.com/img/favicon.ico" />
<link rel="apple-touch-icon-precomposed" href="//theme.thephpleague.com/img/apple-touch-icon-precomposed.png">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@thephpleague" />
<meta name="twitter:creator" content="@colinodell" />
<meta property="og:url" content="https://commonmark.thephpleague.com/" />
<meta property="og:title" content="{{ site.data.project.site_title }} - {{ site.data.project.tagline }}" />
<meta property="og:description" content="{{ site.data.project.description }}" />
<meta property="og:image" content="https://commonmark.thephpleague.com/images/commonmark-social.png" />
<link rel="stylesheet" href="//theme.thephpleague.com/css/all.css?{{ site.github.build_revision }}">
<link rel="stylesheet" href="/homepage.css?{{ site.github.build_revision }}">
<link rel="stylesheet" href="/global.css?{{ site.github.build_revision }}">
<link rel="stylesheet" href="/support.css?{{ site.github.build_revision }}">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" integrity="sha256-h20CPZ0QyXlBuAw7A+KluUYx/3pK+c7lYEpqLTlxjYQ=" crossorigin="anonymous" />
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.data.project.google_analytics_tracking_id }}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '{{ site.data.project.google_analytics_tracking_id }}');
</script>
</head>
<body>
<header>
<div class="inner-content">
<h1>{{ site.data.project.title }}</h1>
<h2>{{ site.data.project.tagline }}</h2>
<p class="composer"><span>{{ site.data.project.composer }}</span></p>
<ul class="hot-links clearfix">
<li class="source"><a href="//github.com/thephpleague/{{ site.data.project.repository }}">source code</a></li>
<li class="documentation"><a href="{{ site.data.project.default_version|get_documentation_link }}">documentation</a></li>
</ul>
<p class="footnote">{{ site.data.project.support }}</p>
</div>
</header>
<main>
<div class="badge-list">
<a href="https://twitter.com/{{ site.data.project.author.twitter_account }}"><img src="https://img.shields.io/badge/author-@{{ site.data.project.author.twitter_account }}-blue.svg?style=flat-square" alt="Author"></a>
<a href="https://github.com/thephpleague/{{ site.data.project.repository }}/releases"><img src="https://img.shields.io/packagist/v/league/{{ site.data.project.repository }}.svg?style=flat-square" alt="Latest Version"></a>
<a href="https://packagist.org/packages/league/{{ site.data.project.repository }}"><img src="https://img.shields.io/packagist/dt/league/{{ site.data.project.repository }}.svg?style=flat-square" alt="Total Downloads"></a>
<a href="https://github.com/thephpleague/{{ site.data.project.repository }}/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-BSD--3-orange.svg?style=flat-square" alt="Software License"></a>
<a href="https://github.com/thephpleague/commonmark/actions?query=workflow%3ATests+branch%3Amain"><img src="https://img.shields.io/github/actions/workflow/status/thephpleague/{{ site.data.project.repository }}/tests.yml?branch=main&style=flat-square" alt="Build Status"></a>
<a href="https://scrutinizer-ci.com/g/thephpleague/{{ site.data.project.repository }}/code-structure"><img src="https://img.shields.io/scrutinizer/coverage/g/thephpleague/{{ site.data.project.repository }}.svg?style=flat-square" alt="Coverage Status"></a>
<a href="https://scrutinizer-ci.com/g/thephpleague/{{ site.data.project.repository }}"><img src="https://img.shields.io/scrutinizer/g/thephpleague/{{ site.data.project.repository }}.svg?style=flat-square" alt="Quality Score"></a>
</div>
<div class="highlights">
<div class="inner-content">
<div class="column one">
<h1>Highlights</h1>
<div class="description">
<p>{{ site.data.project.highlights.description }}</p>
</div>
</div>
<div class="column two">
<ol>
{% for feature in site.data.project.highlights.features %}
<li><p>{{ feature }}</p></li>
{% endfor %}
</ol>
</div>
</div>
</div>
<div class="projects">
<div class="inner-content">
<h2>Used By</h2>
<div class="project-logos">
<a href="https://laravel.com/" title="Laravel Framework">
<img src="/images/users/laravel.svg" />
</a>
<a href="https://www.drupal.org/project/markdown" title="Drupal">
<img src="/images/users/drupal.svg" />
</a>
<a href="https://twig.symfony.com/doc/3.x/filters/markdown_to_html.html" title="Twig">
<img src="/images/users/twig.svg" />
</a>
<a href="https://cachethq.io/" title="Cachet">
<img src="/images/users/cachet.svg" />
</a>
<a href="https://www.neos.io/" title="Neos">
<img src="/images/users/neos.svg" />
</a>
<a href="https://daux.io/" title="Daux.io">
<img src="/images/users/daux.png" />
</a>
</div>
</div>
</div>
<div class="features">
<div class="inner-content">
{{ content }}
</div>
</div>
<div class="sponsors">
<div class="inner-content">
<h2>Sponsors</h2>
<p>We'd like to extend our sincere thanks the following sponsors who support ongoing development of this project:</p>
<ul>
<li>
<a href="https://tidelift.com/subscription/pkg/packagist-league-commonmark?utm_source=packagist-league-commonmark&utm_medium=referral&utm_campaign=readme">Tidelift</a>
for offering support to both the maintainers and end-users through their <a href="https://tidelift.com/subscription/pkg/packagist-league-commonmark?utm_source=packagist-league-commonmark&utm_medium=referral&utm_campaign=readme">professional support</a> program
</li>
<li>
<a href="https://www.jetbrains.com/">JetBrains</a> for supporting this project with complimentary
<a href="https://www.jetbrains.com/phpstorm/">PhpStorm</a> licenses
</li>
</ul>
<p>
Are you interested in sponsoring development of this project?<br>
See <a href="https://www.colinodell.com/sponsor">https://www.colinodell.com/sponsor</a> for a list of ways to contribute!
</p>
</div>
</div>
<div class="questions">
<div class="inner-content">
<h1>Questions?</h1>
<p><a href="https://github.com/thephpleague/{{ site.data.project.repository }}">{{ site.data.project.title }}</a> was created by <a href="{{ site.data.project.author.website }}">{{ site.data.project.author.name }}</a>. Find him on Twitter at <a href="https://twitter.com/{{ site.data.project.author.twitter_account }}">@{{ site.data.project.author.twitter_account }}</a>.</p>
</div>
</div>
<aside class="support-banner-wrapper" x-data="{ show: false }" x-show.transition="show" x-init="h = localStorage.getItem('hideBanner'); (h === null || h < (new Date().getTime())) ? (setTimeout(() => show = true, 500)) : (show = false)">
<div class="support-banner">
<p class="support-banner-left">
<strong>Love PHP Commonmark?</strong>
<span class="hidden sm:inline-block lg:hidden">
Show your support!
</span>
<span class="hidden lg:inline-block">
Support development via monthly sponsorship or a one-time donation!
</span>
</p>
<div class="support-banner-right">
<a href="https://github.com/sponsors/colinodell" class="btn btn-pink btn-block">
<i class="fas fa-heart fa-fw" aria-hidden="true"></i> Sponsor
</a>
<a href="https://www.paypal.me/colinpodell/10.00" class="btn btn-green btn-block">
<i class="fas fa-donate fa-fw" aria-hidden="true"></i> Donate
</a>
</div>
<button x-on:click="localStorage.setItem('hideBanner', new Date().getTime() + (7*24*60*60*1000)); show = false" class="support-banner-close">
<i class="fas fa-times" aria-hidden="true"></i>
</button>
</div>
</aside>
</main>
<footer>
<span>© Copyright <a href="https://www.colinodell.com">Colin O'Dell</a> & <a href="//thephpleague.com">The League of Extraordinary Packages</a>.</span>
<span>Site design by <a href="//reinink.ca">Jonathan Reinink</a> and <a href="//nyamsprod.com">Ignace Nyamagana Butera</a>.</span>
</footer>
<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js" defer></script>
</body>
</html>
|