alpha
Login
or
Join now
bdbch.com
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Monorepo for Tangled
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
core
/
appview
/
pages
/
markup
/
normalizer
/
at
sl/md-normalizer
2 files
Seongmin Lee
wip: appview/pages: markdown normalizer
8mo ago
67efa863
normalizer.go
wip: appview/pages: markdown normalizer markdown normalizer will _normalize_ mentions & references into persistent decentralized identifiers. ``` @alice.com -> [did:plc:alice] https://tangled.org/tangled.org/core/pulls/123 -> [at://...] ``` normalized content will be stored under `.text` in `sh.tangled.markup.markdown` type while orininal content will be kept under `.original`. This will allow understanding references while ingesting from third-party appviews Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
normalizer_test.go
wip: appview/pages: markdown normalizer markdown normalizer will _normalize_ mentions & references into persistent decentralized identifiers. ``` @alice.com -> [did:plc:alice] https://tangled.org/tangled.org/core/pulls/123 -> [at://...] ``` normalized content will be stored under `.text` in `sh.tangled.markup.markdown` type while orininal content will be kept under `.original`. This will allow understanding references while ingesting from third-party appviews Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago