• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

humanspeak / svelte-markdown
94%
main: 81%

Build:
Build:
LAST BUILD BRANCH: docs/post-merge-refresh
DEFAULT BRANCH: main
Repo Added 03 Jan 2025 07:23PM UTC
Files 126
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH docs/post-merge-refresh
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 0.7.-
  • bug-html-inline
  • docs-v2-shell-migration
  • docs/examples-brutalist-sweep
  • docs/post-merge-refresh
  • feat/compare-routes-v2
  • feature-8.x
  • feature-ci-cd
  • fix/issue-297-attribute-leak
  • fix/katex-delimiter-boundaries
  • fix/seo-unique-titles
  • main
  • perf/shrink-html-tokens-single-pass
  • perf/streaming-and-bench-harness
  • perf/test-suite-additions

22 May 2026 08:32PM UTC coverage: 93.689%. Remained the same
26310545254

push

github

web-flow
docs: llmsFullPlugin + headless-parser page + snippet-props completion (#303)

* docs(advanced): add headless-parser page + complete snippet-props types

Two gaps surfaced by the llms-full.txt audit after the auto-generated
dump replaced the hand-curated cheatsheet:

  * IncrementalParser was exported but undocumented. New page at
    /docs/advanced/headless-parser walks the constructor, the
    `update()` signature, the `IncrementalUpdateResult` shape, the
    `divergeAt` reconciliation pattern, the streaming loop for
    non-Svelte consumers, and the sanitization handoff (since the
    parser hands you tokens with sanitization NOT yet applied).
    Includes the tail-window-disabled caveats (extensions registered,
    reference-link reparse) so consumers know when the optimized path
    falls back to a full re-parse. Wired into the docs sidebar between
    LLM Streaming and Security.

  * The snippet-overrides docs listed only 12 of the 23 exported
    *SnippetProps types in its TypeScript import example. Filled in
    the missing 11 (TextSnippetProps, RawTextSnippetProps,
    EscapeSnippetProps, EmSnippetProps, StrongSnippetProps,
    DelSnippetProps, HrSnippetProps, BrSnippetProps,
    TableHeadSnippetProps, TableBodySnippetProps, TableRowSnippetProps)
    and grouped the import block by token category (block / inline /
    embedded HTML / override-map).

Both verified rendering at the canonical URLs.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* feat(docs): wire llmsFullPlugin from docs-kit 2026.5.35

Auto-generate `/llms-full.txt` at build time from the per-page mirrors
emitted by `docMirrorsPlugin`, replacing the previously hand-curated
file. The cheatsheet content the curated version carried (24 renderer
keys, 83 HTML tag names, exported types/constants, migration table)
already lives in the canonical docs pages — `/docs/renderers/*`,
`/docs/api/types`, `/docs/migration` — so the auto-generated dump is
a content-super... (continued)

573 of 653 branches covered (87.75%)

Branch coverage included in aggregate %.

1060 of 1090 relevant lines covered (97.25%)

5269.68 hits per line

Relevant lines Covered
Build:
Build:
1090 RELEVANT LINES 1060 COVERED LINES
5269.68 HITS PER LINE
Source Files on main
  • Tree
  • List 126
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26310545254 docs/post-merge-refresh docs: llmsFullPlugin + headless-parser page + snippet-props completion (#303) * docs(advanced): add headless-parser page + complete snippet-props types Two gaps surfaced by the llms-full.txt audit after the auto-generated dump replaced the hand-... push 22 May 2026 08:34PM UTC web-flow github
93.69
26306481941 docs/post-merge-refresh docs: docMirrorsPlugin + brut blog chrome + slimmer header nav (#302) * feat(docs): wire docMirrorsPlugin from docs-kit 2026.5.33 Bumps the docs-kit pin from 2026.5.31 to 2026.5.33 to pick up two new features and adopts both: 1. `docMirrorsPlug... push 22 May 2026 07:02PM UTC web-flow github
93.69
26230371039 docs/post-merge-refresh docs: docs-kit 2026.5.31 — shared types, manifest-path fix, /docs/examples re-skin (#301) * refactor(docs): adopt shared ExampleSection types from docs-kit 2026.5.31 Bumps the docs-kit pin from 2026.5.27 to 2026.5.31 and collapses the local Sect... push 21 May 2026 01:56PM UTC web-flow github
93.69
26131451624 docs/examples-brutalist-sweep docs: brutalist + demo-manifest sweep across all 13 examples + AI-READY home page (#299) * refactor(docs): adopt docs-kit ExampleV2 + Vite plugins for /examples Swap the legacy local sitemap script + chokidar watcher for docs-kit's `sitemapManif... push 19 May 2026 11:28PM UTC web-flow github
93.69
26046810359 fix/issue-297-attribute-leak docs: bump docs-kit 2026.5.25 + tighten JSDoc on docsNav and token-cleanup (#298) * chore(docs): bump docs-kit to 2026.5.25 Picks up the JSDoc polish on BrutIndexV2 / BrutLayoutV2 / Compare- and ExampleLayoutV2 (per-Props field comments + intent... push 18 May 2026 04:40PM UTC web-flow github
93.69
25942716881 feat/compare-routes-v2 refactor(docs): rewire /compare to docs-kit V2 blocks + collapse routes (#296) * refactor(docs): rewire /compare to docs-kit V2 blocks + collapse routes Adopt the brutalist /compare surfaces extracted to @humanspeak/docs-kit (2026.5.23) so this ... push 15 May 2026 09:41PM UTC web-flow github
93.69
25937546707 docs-v2-shell-migration refactor(docs): adopt docs-kit V2 shells + shared brutalist palette (#295) * refactor(docs): adopt docs-kit V2 shells + shared brutalist palette Migrates `/docs`, `/compare`, and `/examples` layouts to the new DocsLayoutV2 + CompareLayoutV2 + He... push 15 May 2026 07:38PM UTC web-flow github
93.69
25831598991 perf/test-suite-additions fix: streaming nested HTML + agent-output positioning (#292) * test(perf-bench): close measurement gaps identified during #286 Adds the metrics and scenarios that were missing from the harness when investigating the render-dominates-parse proble... push 13 May 2026 11:09PM UTC web-flow github
93.69
25453385123 perf/shrink-html-tokens-single-pass perf(cleanup): collapse shrinkHtmlTokens to a single htmlparser2 pass (#288) Folds the legacy three-pass shape (containsMultipleTags regex sweep + parseHtmlBlock flat tokenization + processHtmlTokens stack-based nesting) into one inline-nesting h... push 06 May 2026 06:27PM UTC web-flow github
93.43
25450592446 perf/streaming-and-bench-harness perf(streaming): reuse parser on prop appends + add perf-bench harness (#285) * feat(perf): add perf-bench harness for parse and render baselines Mirrors the structure of the sibling svelte-virtual-chat perf-bench so optimization commits can be ... push 06 May 2026 06:04PM UTC web-flow github
93.48
See All Builds (144)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc