summaryrefslogtreecommitdiff
path: root/app/Factories/MarkdownFactory.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-3/+3
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-2/+2
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-05-19Fix: #4402 - quoted HTML in note titles are truncatedGreg Roach1-7/+12
2022-05-04CodeStyleGreg Roach1-1/+1
2022-05-04Fix testsGreg Roach1-3/+5
2022-05-04Fix: #4363 - wrong name for multi-line notesGreg Roach1-2/+3
2022-04-12Remove unused importsGreg Roach1-3/+0
2022-04-07TestingGreg Roach1-1/+3
2022-04-07Remove p tags from autolinked textGreg Roach1-1/+3
2022-04-04Fix: #4281 - newlines in markdown textGreg Roach1-2/+13
2022-03-25Fix: markdown line-breaksGreg Roach1-0/+6
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-01-31Remove old codeGreg Roach1-1/+1
2022-01-31Upgrade commonmark from 1.x to 2.xGreg Roach1-30/+50
2021-10-29Fix: reference class constants from the defining classGreg Roach1-1/+2
2021-07-26Revert "Upgrade league/commonmark to 2.0" - the legacy census format parser n...Greg Roach1-37/+24
2021-07-26Upgrade league/commonmark to 2.0Greg Roach1-24/+37
2021-06-28Fix: #2600 - refactor markdown formatting to allow XREF links to be disabledGreg Roach1-0/+94