Skip to content

Commit 6246f88

Browse files
committed
jekyll build from Action d990688
0 parents  commit 6246f88

File tree

532 files changed

+234545
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

532 files changed

+234545
-0
lines changed

.nojekyll

Whitespace-only changes.

0.20/basic-usage/index.html

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!DOCTYPE html>
2+
<html class="homepage" lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta http-equiv="refresh" content="0; url=http://commonmark.thephpleague.com/1.0/basic-usage/">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="docsearch:version" content="2.6">
9+
<meta name="description" content="PHP Markdown parser featuring support for CommonMark, GFM, and custom extensions">
10+
<title>CommonMark for PHP - Markdown done right</title>
11+
<link rel="canonical" href="http://commonmark.thephpleague.com/1.0/basic-usage/">
12+
<link rel="icon" type="image/x-icon" href="//theme.thephpleague.com/img/favicon.ico" />
13+
<link rel="apple-touch-icon-precomposed" href="//theme.thephpleague.com/img/apple-touch-icon-precomposed.png">
14+
<link rel="stylesheet" href="//theme.thephpleague.com/css/all.css?">
15+
<link rel="stylesheet" href="/homepage.css?">
16+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137970568-1"></script>
17+
<script>
18+
window.dataLayer = window.dataLayer || [];
19+
function gtag() { dataLayer.push(arguments);}
20+
gtag('js', new Date());
21+
gtag('config', 'UA-137970568-1');
22+
</script>
23+
</head>
24+
25+
<body>
26+
<header>
27+
<div class="inner-content">
28+
<h1>league/commonmark</h1>
29+
<h2>Markdown done right</h2>
30+
<p class="composer"><span>$ composer require league/commonmark</span></p>
31+
</div>
32+
</header>
33+
34+
<main>
35+
<div class="highlights">
36+
<div class="inner-content">
37+
<h1>Redirecting…</h1>
38+
<div class="content">
39+
<a href="http://commonmark.thephpleague.com/1.0/basic-usage/" style="color:#ff4043">Click here if you are not redirected.</a>
40+
<script>location="http://commonmark.thephpleague.com/1.0/basic-usage/"</script>
41+
</div>
42+
</div>
43+
</div>
44+
</main>
45+
46+
<footer>
47+
<span>&copy; Copyright <a href="https://www.colinodell.com">Colin O'Dell</a> &amp; <a href="//thephpleague.com">The League of Extraordinary Packages</a>.</span>
48+
<span>Site design by <a href="//reinink.ca">Jonathan Reinink</a> and <a href="//nyamsprod.com">Ignace Nyamagana Butera</a>.</span>
49+
</footer>
50+
</body>
51+
</html>

0.20/changelog/index.html

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!DOCTYPE html>
2+
<html class="homepage" lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta http-equiv="refresh" content="0; url=http://commonmark.thephpleague.com/1.0/changelog/">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="docsearch:version" content="2.6">
9+
<meta name="description" content="PHP Markdown parser featuring support for CommonMark, GFM, and custom extensions">
10+
<title>CommonMark for PHP - Markdown done right</title>
11+
<link rel="canonical" href="http://commonmark.thephpleague.com/1.0/changelog/">
12+
<link rel="icon" type="image/x-icon" href="//theme.thephpleague.com/img/favicon.ico" />
13+
<link rel="apple-touch-icon-precomposed" href="//theme.thephpleague.com/img/apple-touch-icon-precomposed.png">
14+
<link rel="stylesheet" href="//theme.thephpleague.com/css/all.css?">
15+
<link rel="stylesheet" href="/homepage.css?">
16+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137970568-1"></script>
17+
<script>
18+
window.dataLayer = window.dataLayer || [];
19+
function gtag() { dataLayer.push(arguments);}
20+
gtag('js', new Date());
21+
gtag('config', 'UA-137970568-1');
22+
</script>
23+
</head>
24+
25+
<body>
26+
<header>
27+
<div class="inner-content">
28+
<h1>league/commonmark</h1>
29+
<h2>Markdown done right</h2>
30+
<p class="composer"><span>$ composer require league/commonmark</span></p>
31+
</div>
32+
</header>
33+
34+
<main>
35+
<div class="highlights">
36+
<div class="inner-content">
37+
<h1>Redirecting…</h1>
38+
<div class="content">
39+
<a href="http://commonmark.thephpleague.com/1.0/changelog/" style="color:#ff4043">Click here if you are not redirected.</a>
40+
<script>location="http://commonmark.thephpleague.com/1.0/changelog/"</script>
41+
</div>
42+
</div>
43+
</div>
44+
</main>
45+
46+
<footer>
47+
<span>&copy; Copyright <a href="https://www.colinodell.com">Colin O'Dell</a> &amp; <a href="//thephpleague.com">The League of Extraordinary Packages</a>.</span>
48+
<span>Site design by <a href="//reinink.ca">Jonathan Reinink</a> and <a href="//nyamsprod.com">Ignace Nyamagana Butera</a>.</span>
49+
</footer>
50+
</body>
51+
</html>

0.20/command-line/index.html

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!DOCTYPE html>
2+
<html class="homepage" lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta http-equiv="refresh" content="0; url=http://commonmark.thephpleague.com/1.0/command-line/">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="docsearch:version" content="2.6">
9+
<meta name="description" content="PHP Markdown parser featuring support for CommonMark, GFM, and custom extensions">
10+
<title>CommonMark for PHP - Markdown done right</title>
11+
<link rel="canonical" href="http://commonmark.thephpleague.com/1.0/command-line/">
12+
<link rel="icon" type="image/x-icon" href="//theme.thephpleague.com/img/favicon.ico" />
13+
<link rel="apple-touch-icon-precomposed" href="//theme.thephpleague.com/img/apple-touch-icon-precomposed.png">
14+
<link rel="stylesheet" href="//theme.thephpleague.com/css/all.css?">
15+
<link rel="stylesheet" href="/homepage.css?">
16+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137970568-1"></script>
17+
<script>
18+
window.dataLayer = window.dataLayer || [];
19+
function gtag() { dataLayer.push(arguments);}
20+
gtag('js', new Date());
21+
gtag('config', 'UA-137970568-1');
22+
</script>
23+
</head>
24+
25+
<body>
26+
<header>
27+
<div class="inner-content">
28+
<h1>league/commonmark</h1>
29+
<h2>Markdown done right</h2>
30+
<p class="composer"><span>$ composer require league/commonmark</span></p>
31+
</div>
32+
</header>
33+
34+
<main>
35+
<div class="highlights">
36+
<div class="inner-content">
37+
<h1>Redirecting…</h1>
38+
<div class="content">
39+
<a href="http://commonmark.thephpleague.com/1.0/command-line/" style="color:#ff4043">Click here if you are not redirected.</a>
40+
<script>location="http://commonmark.thephpleague.com/1.0/command-line/"</script>
41+
</div>
42+
</div>
43+
</div>
44+
</main>
45+
46+
<footer>
47+
<span>&copy; Copyright <a href="https://www.colinodell.com">Colin O'Dell</a> &amp; <a href="//thephpleague.com">The League of Extraordinary Packages</a>.</span>
48+
<span>Site design by <a href="//reinink.ca">Jonathan Reinink</a> and <a href="//nyamsprod.com">Ignace Nyamagana Butera</a>.</span>
49+
</footer>
50+
</body>
51+
</html>

0.20/configuration/index.html

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!DOCTYPE html>
2+
<html class="homepage" lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta http-equiv="refresh" content="0; url=http://commonmark.thephpleague.com/1.0/configuration/">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="docsearch:version" content="2.6">
9+
<meta name="description" content="PHP Markdown parser featuring support for CommonMark, GFM, and custom extensions">
10+
<title>CommonMark for PHP - Markdown done right</title>
11+
<link rel="canonical" href="http://commonmark.thephpleague.com/1.0/configuration/">
12+
<link rel="icon" type="image/x-icon" href="//theme.thephpleague.com/img/favicon.ico" />
13+
<link rel="apple-touch-icon-precomposed" href="//theme.thephpleague.com/img/apple-touch-icon-precomposed.png">
14+
<link rel="stylesheet" href="//theme.thephpleague.com/css/all.css?">
15+
<link rel="stylesheet" href="/homepage.css?">
16+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137970568-1"></script>
17+
<script>
18+
window.dataLayer = window.dataLayer || [];
19+
function gtag() { dataLayer.push(arguments);}
20+
gtag('js', new Date());
21+
gtag('config', 'UA-137970568-1');
22+
</script>
23+
</head>
24+
25+
<body>
26+
<header>
27+
<div class="inner-content">
28+
<h1>league/commonmark</h1>
29+
<h2>Markdown done right</h2>
30+
<p class="composer"><span>$ composer require league/commonmark</span></p>
31+
</div>
32+
</header>
33+
34+
<main>
35+
<div class="highlights">
36+
<div class="inner-content">
37+
<h1>Redirecting…</h1>
38+
<div class="content">
39+
<a href="http://commonmark.thephpleague.com/1.0/configuration/" style="color:#ff4043">Click here if you are not redirected.</a>
40+
<script>location="http://commonmark.thephpleague.com/1.0/configuration/"</script>
41+
</div>
42+
</div>
43+
</div>
44+
</main>
45+
46+
<footer>
47+
<span>&copy; Copyright <a href="https://www.colinodell.com">Colin O'Dell</a> &amp; <a href="//thephpleague.com">The League of Extraordinary Packages</a>.</span>
48+
<span>Site design by <a href="//reinink.ca">Jonathan Reinink</a> and <a href="//nyamsprod.com">Ignace Nyamagana Butera</a>.</span>
49+
</footer>
50+
</body>
51+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!DOCTYPE html>
2+
<html class="homepage" lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta http-equiv="refresh" content="0; url=http://commonmark.thephpleague.com/1.0/customization/abstract-syntax-tree/">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="docsearch:version" content="2.6">
9+
<meta name="description" content="PHP Markdown parser featuring support for CommonMark, GFM, and custom extensions">
10+
<title>CommonMark for PHP - Markdown done right</title>
11+
<link rel="canonical" href="http://commonmark.thephpleague.com/1.0/customization/abstract-syntax-tree/">
12+
<link rel="icon" type="image/x-icon" href="//theme.thephpleague.com/img/favicon.ico" />
13+
<link rel="apple-touch-icon-precomposed" href="//theme.thephpleague.com/img/apple-touch-icon-precomposed.png">
14+
<link rel="stylesheet" href="//theme.thephpleague.com/css/all.css?">
15+
<link rel="stylesheet" href="/homepage.css?">
16+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137970568-1"></script>
17+
<script>
18+
window.dataLayer = window.dataLayer || [];
19+
function gtag() { dataLayer.push(arguments);}
20+
gtag('js', new Date());
21+
gtag('config', 'UA-137970568-1');
22+
</script>
23+
</head>
24+
25+
<body>
26+
<header>
27+
<div class="inner-content">
28+
<h1>league/commonmark</h1>
29+
<h2>Markdown done right</h2>
30+
<p class="composer"><span>$ composer require league/commonmark</span></p>
31+
</div>
32+
</header>
33+
34+
<main>
35+
<div class="highlights">
36+
<div class="inner-content">
37+
<h1>Redirecting…</h1>
38+
<div class="content">
39+
<a href="http://commonmark.thephpleague.com/1.0/customization/abstract-syntax-tree/" style="color:#ff4043">Click here if you are not redirected.</a>
40+
<script>location="http://commonmark.thephpleague.com/1.0/customization/abstract-syntax-tree/"</script>
41+
</div>
42+
</div>
43+
</div>
44+
</main>
45+
46+
<footer>
47+
<span>&copy; Copyright <a href="https://www.colinodell.com">Colin O'Dell</a> &amp; <a href="//thephpleague.com">The League of Extraordinary Packages</a>.</span>
48+
<span>Site design by <a href="//reinink.ca">Jonathan Reinink</a> and <a href="//nyamsprod.com">Ignace Nyamagana Butera</a>.</span>
49+
</footer>
50+
</body>
51+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!DOCTYPE html>
2+
<html class="homepage" lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta http-equiv="refresh" content="0; url=http://commonmark.thephpleague.com/1.0/customization/block-parsing/">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="docsearch:version" content="2.6">
9+
<meta name="description" content="PHP Markdown parser featuring support for CommonMark, GFM, and custom extensions">
10+
<title>CommonMark for PHP - Markdown done right</title>
11+
<link rel="canonical" href="http://commonmark.thephpleague.com/1.0/customization/block-parsing/">
12+
<link rel="icon" type="image/x-icon" href="//theme.thephpleague.com/img/favicon.ico" />
13+
<link rel="apple-touch-icon-precomposed" href="//theme.thephpleague.com/img/apple-touch-icon-precomposed.png">
14+
<link rel="stylesheet" href="//theme.thephpleague.com/css/all.css?">
15+
<link rel="stylesheet" href="/homepage.css?">
16+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137970568-1"></script>
17+
<script>
18+
window.dataLayer = window.dataLayer || [];
19+
function gtag() { dataLayer.push(arguments);}
20+
gtag('js', new Date());
21+
gtag('config', 'UA-137970568-1');
22+
</script>
23+
</head>
24+
25+
<body>
26+
<header>
27+
<div class="inner-content">
28+
<h1>league/commonmark</h1>
29+
<h2>Markdown done right</h2>
30+
<p class="composer"><span>$ composer require league/commonmark</span></p>
31+
</div>
32+
</header>
33+
34+
<main>
35+
<div class="highlights">
36+
<div class="inner-content">
37+
<h1>Redirecting…</h1>
38+
<div class="content">
39+
<a href="http://commonmark.thephpleague.com/1.0/customization/block-parsing/" style="color:#ff4043">Click here if you are not redirected.</a>
40+
<script>location="http://commonmark.thephpleague.com/1.0/customization/block-parsing/"</script>
41+
</div>
42+
</div>
43+
</div>
44+
</main>
45+
46+
<footer>
47+
<span>&copy; Copyright <a href="https://www.colinodell.com">Colin O'Dell</a> &amp; <a href="//thephpleague.com">The League of Extraordinary Packages</a>.</span>
48+
<span>Site design by <a href="//reinink.ca">Jonathan Reinink</a> and <a href="//nyamsprod.com">Ignace Nyamagana Butera</a>.</span>
49+
</footer>
50+
</body>
51+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!DOCTYPE html>
2+
<html class="homepage" lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta http-equiv="refresh" content="0; url=http://commonmark.thephpleague.com/1.0/customization/block-rendering/">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="docsearch:version" content="2.6">
9+
<meta name="description" content="PHP Markdown parser featuring support for CommonMark, GFM, and custom extensions">
10+
<title>CommonMark for PHP - Markdown done right</title>
11+
<link rel="canonical" href="http://commonmark.thephpleague.com/1.0/customization/block-rendering/">
12+
<link rel="icon" type="image/x-icon" href="//theme.thephpleague.com/img/favicon.ico" />
13+
<link rel="apple-touch-icon-precomposed" href="//theme.thephpleague.com/img/apple-touch-icon-precomposed.png">
14+
<link rel="stylesheet" href="//theme.thephpleague.com/css/all.css?">
15+
<link rel="stylesheet" href="/homepage.css?">
16+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137970568-1"></script>
17+
<script>
18+
window.dataLayer = window.dataLayer || [];
19+
function gtag() { dataLayer.push(arguments);}
20+
gtag('js', new Date());
21+
gtag('config', 'UA-137970568-1');
22+
</script>
23+
</head>
24+
25+
<body>
26+
<header>
27+
<div class="inner-content">
28+
<h1>league/commonmark</h1>
29+
<h2>Markdown done right</h2>
30+
<p class="composer"><span>$ composer require league/commonmark</span></p>
31+
</div>
32+
</header>
33+
34+
<main>
35+
<div class="highlights">
36+
<div class="inner-content">
37+
<h1>Redirecting…</h1>
38+
<div class="content">
39+
<a href="http://commonmark.thephpleague.com/1.0/customization/block-rendering/" style="color:#ff4043">Click here if you are not redirected.</a>
40+
<script>location="http://commonmark.thephpleague.com/1.0/customization/block-rendering/"</script>
41+
</div>
42+
</div>
43+
</div>
44+
</main>
45+
46+
<footer>
47+
<span>&copy; Copyright <a href="https://www.colinodell.com">Colin O'Dell</a> &amp; <a href="//thephpleague.com">The League of Extraordinary Packages</a>.</span>
48+
<span>Site design by <a href="//reinink.ca">Jonathan Reinink</a> and <a href="//nyamsprod.com">Ignace Nyamagana Butera</a>.</span>
49+
</footer>
50+
</body>
51+
</html>

0 commit comments

Comments
 (0)