Broke agenda and minutes out into folders of markdown.

This commit is contained in:
2025-06-23 10:56:12 +10:00
parent 18c9aea41a
commit 1f8b8d27c3
161 changed files with 13339 additions and 32 deletions

19
vendor/michelf/php-markdown/.travis.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
language: php
matrix:
include:
- php: hhvm-3.18
dist: trusty
- php: 7.4
dist: bionic
- php: 8.0
dist: bionic
install:
- composer install --prefer-dist
script:
- vendor/bin/phpunit --log-junit=phpunit.log
notifications:
email: false