MarkMark parser/renderer collection - add support for new v1.1 date spec
This commit is contained in:
@@ -21,6 +21,7 @@ export const isNamedSection = (what: Section): what is NamedSection =>
|
||||
|
||||
export type Link = {
|
||||
title: string,
|
||||
date?: Date,
|
||||
tags: string[],
|
||||
urls: string[],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user