Skip to content

Commit

Permalink
Switch to CommonMark Markdown and add shortcodes
Browse files Browse the repository at this point in the history
* Switch to CommonMark Markdown parsing.
* Get rid of embeds.
* Create shortcodes.
  • Loading branch information
samwilson authored Apr 24, 2023
1 parent 4ead05c commit 7c6bfe5
Show file tree
Hide file tree
Showing 29 changed files with 1,353 additions and 1,168 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
# All supported PHP versions https://www.php.net/supported-versions.php
php: [ '7.3', '7.4', '8.0', '8.1' ]
php: [ '7.4', '8.0', '8.1' ]

runs-on: ${{matrix.os}}

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
"ext-json": "*",
"ext-pdo": "*",
"addwiki/mediawiki-api-base": "^2.7",
"cebe/markdown-latex": "^1.1",
"endroid/qr-code": "^4.1",
"getdkan/lunr.php": "^1.0",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/flysystem": "^1.0",
"myclabs/php-enum": "^1.5",
"samwilson/commonmark-latex": "^0.2",
"samwilson/commonmark-shortcodes": "^0.2",
"samwilson/phpflickr": "^4.13",
"symfony/console": "^5.0",
"symfony/finder": "^5.0",
Expand Down Expand Up @@ -49,7 +50,7 @@
"ergebnis/composer-normalize": true
},
"platform": {
"php": "7.3"
"php": "7.4"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit 7c6bfe5

Please sign in to comment.