alpha
Login
or
Join now
tangled.org
/
core
Star
6
Fork
66
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
tangled.org
Star
6
Fork
66
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
12
Pulls
26
Pipelines
core
/
appview
/
pages
/
markup
/
at
b935f8932e5ec34ba244e7d4d4cd98b8d7164cd0
1 folder
8 files
smit.codes
appview/markup: restrict README candidate matching
18d ago
46ae42ce
extension
appview/pages/markup: add Dashes extension and export NewMarkdownWith Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
3 months ago
camo.go
appview/markup: restrict README candidate matching Restricts README detection to `README` or `README.<single_extension>` filenames only, preventing files like `README.Music.md` being selected to be rendered over `README.md` Fixes [#604](https://tangled.org/tangled.org/core/issues/604) Signed-off-by: Smit Patil <smit@smit.codes>
2 weeks ago
format.go
appview/markup: restrict README candidate matching Restricts README detection to `README` or `README.<single_extension>` filenames only, preventing files like `README.Music.md` being selected to be rendered over `README.md` Fixes [#604](https://tangled.org/tangled.org/core/issues/604) Signed-off-by: Smit Patil <smit@smit.codes>
2 weeks ago
format_test.go
appview/markup: restrict README candidate matching Restricts README detection to `README` or `README.<single_extension>` filenames only, preventing files like `README.Music.md` being selected to be rendered over `README.md` Fixes [#604](https://tangled.org/tangled.org/core/issues/604) Signed-off-by: Smit Patil <smit@smit.codes>
2 weeks ago
markdown.go
appview: don't use camo for non-external readme images Signed-off-by: Seongmin Lee <git@boltless.me>
1 month ago
markdown_test.go
appview/markup: add mermaid diagram rendering support Add MermaidJS diagram rendering for markdown content (READMEs, issues, PRs) using goldmark-mermaid with client-side rendering. Mermaid fenced code blocks are transformed to <pre class="mermaid"> elements, which MermaidJS picks up and renders in the browser. Changes: - Add go.abhg.dev/goldmark/mermaid dependency with client-side render mode - Add mermaid extender before highlighting in goldmark pipeline - Allow "mermaid" class on <pre> elements through bluemonday sanitizer - Conditionally load MermaidJS from CDN only on pages with diagrams - Add basic mermaid container styling with dark mode support - Add tests verifying mermaid blocks produce correct HTML output Closes https://tangled.org/tangled.org/core/issues/424 Signed-off-by: Nate Spilman <nate.spilman@gmail.com> Signed-off-by: Seongmin Lee <git@boltless.me>
3 months ago
reference_link.go
appview: use `#comment-{rkey}` instead of appview-local id Signed-off-by: Seongmin Lee <git@boltless.me>
1 month ago
reference_link_test.go
appview: use `#comment-{rkey}` instead of appview-local id Signed-off-by: Seongmin Lee <git@boltless.me>
1 month ago
sanitizer.go
appview/pipelines: render ANSI sequences uses the terminal-to-html to convert lines with sequences into renderable html. Signed-off-by: oppiliappan <me@oppi.li>
1 month ago