links in timeline
This commit is contained in:
parent
437d8b255a
commit
5b1b1b6675
15 changed files with 28 additions and 18 deletions
|
@ -93,6 +93,9 @@ export default (config) => {
|
|||
config.addFilter("formatDate", (date, format) => {
|
||||
return dayjs(date).utc().format(format);
|
||||
});
|
||||
config.addFilter("markdown", (markdownString) => {
|
||||
return mdLib.renderInline(String(markdownString ?? "").trim());
|
||||
});
|
||||
|
||||
clean.updateFileRecord("dist");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue