feat(docs): add markup primitives render - #54
Open
mikhd wants to merge 3 commits into
Open
Conversation
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jul 15, 2026
mikhd
marked this pull request as ready for review
July 15, 2026 11:29
This was referenced Jul 16, 2026
mikhd
force-pushed
the
feat/3-markup-links-and-type
branch
from
July 23, 2026 10:33
606897a to
718ca4e
Compare
mikhd
force-pushed
the
feat/2-nav-registry
branch
from
July 23, 2026 10:33
edcda6d to
690cb8c
Compare
mikhd
force-pushed
the
feat/3-markup-links-and-type
branch
from
July 24, 2026 10:17
718ca4e to
ca7790b
Compare
mikhd
force-pushed
the
feat/2-nav-registry
branch
from
July 24, 2026 10:17
690cb8c to
ec0d87c
Compare
mikhd
force-pushed
the
feat/2-nav-registry
branch
from
August 6, 2026 08:10
ec0d87c to
8fba9a8
Compare
mikhd
force-pushed
the
feat/3-markup-links-and-type
branch
from
August 6, 2026 08:10
ca7790b to
6882c7e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

[3] Add the default markdown
MarkupRendererand therenderTypetype-cell renderer with its docs-local child classification on top of the #53 . No page assembly yet.To avoid relying on external libs and due to simplicity, markdown code is currently hand-written (except for markdown-table). Please let me know if we would wanted to use any of the markdown libs instead.
Adds:
markdownRenderer (render/markdown.ts)- the defaultMarkupRenderer. Blocks, headings, paragraphs, code spans/blocks, links, bold/italic, ordered/unordered lists, and column-padded tables.renderType(render/renderType.ts) - renders one type-cell from aTypeExpr: entity refs become code-wrapped links (TypeNode), primitives.isDocChilddecides whether an attribute goes under a page's Data or Children section.