feat: added mackdown parser

This commit is contained in:
Nick 2024-12-16 00:12:23 -06:00
parent ce159368e6
commit 8f7cd96f63
20 changed files with 1445 additions and 43 deletions

View file

@ -412,11 +412,11 @@ items input =
, url = Path.toString Path.Services
}
, { icon = hyperBlog
, isCurrent = input.route.path == Path.HyperBlog
, isCurrent = input.route.path == Path.Blog
, isNewTabLink = False
, isSubscriberOnly = False
, name = String.toUpper pageNames.pageHyperBlog
, url = Path.toString Path.HyperBlog
, url = Path.toString Path.Blog
}
, { icon = debate
, isCurrent = input.route.path == Path.Debate