Skip to content

dev -> main - #631

Merged
mikepenz merged 11 commits into
mainfrom
develop
Aug 28, 2026
Merged

mikepenz merged 11 commits into
mainfrom
develop

Conversation

@mikepenz

Copy link
Copy Markdown
Owner

dev -> main

renovate-mike Bot and others added 11 commits August 23, 2026 22:13
Co-authored-by: renovate-mike[bot] <274037420+renovate-mike[bot]@users.noreply.github.com>
The annotated string builder has a `when` branch for every inline element
and token it expects, but none for GFM INLINE_MATH or BLOCK_MATH nodes.
Those fall through to the `else` (which only handles `~`) and contribute
nothing, so any text containing a `$...$` or `$$...$$` span is silently
truncated.

The jetbrains markdown GFM flavour parses the `$100 and $` in
"Pay bills $100 and $50" into an INLINE_MATH node, which gets dropped,
leaving "Pay bills 50". Reported downstream at tasks/tasks#4577.

Append the raw source text of the math node instead. This library does not
typeset LaTeX, so showing the source as written is the correct
non-destructive behavior, and matches what GitHub renders when math is off.

Signed-off-by: Justin Willhite <5132924+thejdubb02@users.noreply.github.com>
Co-authored-by: renovate-mike[bot] <274037420+renovate-mike[bot]@users.noreply.github.com>
Remove double bottom padding from `MarkdownBulletList`
fix: render GFM math spans as text instead of dropping them
- coil 3.5.0 -> 3.6.0
- gradle wrapper 9.7.0 -> 9.7.1

via com.mikepenz:version-catalog 0.19.0 -> 0.20.0:
- agp 9.3.1 -> 9.3.2
- compose 1.11.4 -> 1.12.0
- compose-multiplatform 1.11.1 -> 1.12.0
- screenshot 0.0.1-alpha15 -> 0.0.1-alpha16
- aboutLibraries 15.0.4 -> 15.1.1
- versionCatalogUpdate 1.1.0 -> 1.1.1
- stabilityAnalyzer 0.12.0 -> 0.13.0
- composablePreviewScanner 0.9.1 -> 0.9.3
- new jetbrains-compose-ui-test library entry added
Custom image components defined via MarkdownComponents could not reuse the
built-in link/alt resolution or tooltip wrapper since they were internal.

Fixes #577
Copilot AI lite review requested due to automatic review settings August 28, 2026 09:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@mikepenz
mikepenz enabled auto-merge August 28, 2026 09:37
@mikepenz
mikepenz merged commit 3bf1b9b into main Aug 28, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants