summaryrefslogtreecommitdiff
path: root/Userland/md.cpp
AgeCommit message (Expand)Author
2020-10-25LibCore: Rename File::ShouldCloseFile{Description => Descriptor}Linus Groh
2020-09-27LibMarkdown: Take a 'view_width' argument for render_for_terminal()AnotherTest
2020-08-06Userland: Use Core::ArgsParser for 'md'Linus Groh
2020-05-30LibMarkdown: Change internal MD API to return OwnPtrsFalseHonesty
2020-05-30LibMarkdown: Change MD Document parse API to return a RefPtrFalseHonesty
2020-04-28LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)Andreas Kling
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-03-01AK: Remove unnecessary casts to size_t, after Vector changesAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-24Meta: Claim copyright for files created by meSergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-13md: Use pledge()Brian Gianforcaro
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-09-28Userland: Add an md commandSergey Bugaev