MarkMark parser/renderer collection - add support for new v1.1 date spec

This commit is contained in:
2024-12-31 12:28:10 -05:00
parent 5535c419be
commit 832190f875
5 changed files with 37 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ export const isNamedSection = (what: Section): what is NamedSection =>
export type Link = {
title: string,
date?: Date,
tags: string[],
urls: string[],
}