MarkMark - add sha256 hashing (+update HTML renderer to insert IDs), update MD renderer to include dates, add syndication for bookmarks
This commit is contained in:
@@ -20,6 +20,7 @@ export const isNamedSection = (what: Section): what is NamedSection =>
|
||||
hasOwnProperty(what, 'title') && (typeof what.title === 'string')
|
||||
|
||||
export type Link = {
|
||||
hash: string,
|
||||
title: string,
|
||||
date?: Date,
|
||||
tags: string[],
|
||||
|
||||
Reference in New Issue
Block a user