summaryrefslogtreecommitdiff
path: root/src/directive/img.rs
AgeCommit message (Expand)AuthorFilesLines
2023-01-07Revert "refactor: avoid boxing value wrapping inside DirectiveError::Site"Lars Wirzenius1-1/+3
2023-01-07refactor: avoid boxing value wrapping inside DirectiveError::SiteLars Wirzenius1-3/+1
2023-01-07refactor: drop RikiError::PageProblem, add SiteErrorLars Wirzenius1-1/+1
2023-01-07refactor: move directive errors to src/directive/mod.rsLars Wirzenius1-4/+5
2023-01-07refactor: rename SiteError to RikiErrorLars Wirzenius1-2/+2
2022-11-09refactor: directive processing returns Processed valueLars Wirzenius1-3/+3
2022-11-09refactor: use trait for all directive implementationsLars Wirzenius1-99/+100
2022-09-08feat: img directive link generationLars Wirzenius1-2/+30
2022-09-08feat: implement the img directiveLars Wirzenius1-5/+129
2022-09-08drop: img height, widthLars Wirzenius1-1/+1
2022-09-02fix: placeholder directives other fixes to process all test stiesLars Wirzenius1-2/+3
2022-09-02fix: allow img height, width argumentsLars Wirzenius1-2/+7
2022-08-21fix: allow img to have a caption argumentLars Wirzenius1-1/+1
2022-08-21fix: foo/bar.mdwn refers to foo/bar/yo.png in an img directiveLars Wirzenius1-1/+1
2022-08-10feat: implement shortcut directiveLars Wirzenius1-2/+2
2022-08-06feat: allo img directive to have the link parameterLars Wirzenius1-1/+1
2022-08-06feat: img directive alt parameterLars Wirzenius1-1/+1
2022-07-31chore: reformat codeLars Wirzenius1-3/+1
2022-07-24feat: allow a directive to have any number of unnamed argumentsLars Wirzenius1-1/+2
2022-07-23fix: handle multi-arg directivesLars Wirzenius1-1/+1
2022-07-22refactor(src/directive/img.rs): clean up, add lggingLars Wirzenius1-2/+7
2022-07-22feat: img directiveLars Wirzenius1-0/+31