summaryrefslogtreecommitdiff
path: root/app/CommonMark/CensusTableParser.php
AgeCommit message (Expand)AuthorFilesLines
2021-02-07Census table - move rows from head to bodyGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-2/+2
2020-03-28Fix: #3144 - use record name as link text when autolinking XREFsGreg Roach1-1/+1
2020-02-11Update vendor code - Update markdown handler to use new CommonMark libraryGreg Roach1-3/+3
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+2
2019-07-16Package webuni/commonmark-table-extension is abandoned, you should avoid usin...Greg Roach1-30/+44
2019-03-07Code style and testingGreg Roach1-1/+1
2019-01-04Add visibility to constantsGreg Roach1-1/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-16PHPdocGreg Roach1-1/+1
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-1/+1
2018-08-19CodeStyleGreg Roach1-1/+1
2018-07-16Use PSR2 code styleGreg Roach1-58/+61
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2018-01-06Remove unused importsGreg Roach1-1/+0
2017-10-21Create Markdown plugin to support census-assistant markupGreg Roach1-0/+104