Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix description markdown rendering in completion #137

Merged
merged 4 commits into from
Sep 19, 2024

Conversation

xdavidwu
Copy link
Contributor

@xdavidwu xdavidwu commented Aug 1, 2024

Before this, markdown-rendered HTML from description was rendered as plain text.

To test, use the demo with tsconfig.json schema and type a new property ts to trigger completion for ts-node, which description contains a link.

Copy link

changeset-bot bot commented Aug 1, 2024

🦋 Changeset detected

Latest commit: af8869b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
codemirror-json-schema Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

netlify bot commented Aug 1, 2024

Deploy Preview for codemirror-json-schema ready!

Name Link
🔨 Latest commit 319bbfb
🔍 Latest deploy log https://app.netlify.com/sites/codemirror-json-schema/deploys/66ec7ee08dbb430008fe3911
😎 Deploy Preview https://deploy-preview-137--codemirror-json-schema.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@tbrockman
Copy link

Ran into this as well, any updates on what it would take to get this merged?

@imolorhe imolorhe merged commit 29e2da5 into jsonnext:main Sep 19, 2024
1 check passed
@github-actions github-actions bot mentioned this pull request Sep 7, 2024
imolorhe pushed a commit that referenced this pull request Nov 16, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## [email protected]

### Patch Changes

- [#133](#133)
[`4fd7cc6`](4fd7cc6)
Thanks [@imolorhe](https://github.com/imolorhe)! - Get sub schema using
parsed data for additional context

- [#137](#137)
[`29e2da5`](29e2da5)
Thanks [@xdavidwu](https://github.com/xdavidwu)! - Fix description
markdown rendering in completion

- [#144](#144)
[`ef7f336`](ef7f336)
Thanks [@imolorhe](https://github.com/imolorhe)! - updated to use fine
grained shiki bundle

- [#139](#139)
[`bfbe613`](bfbe613)
Thanks [@NickTomlin](https://github.com/NickTomlin)! - Move non
essential packages to devDependencies

- [#140](#140)
[`bceace2`](bceace2)
Thanks [@NickTomlin](https://github.com/NickTomlin)! - Add
CONTRIBUTING.md file

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.

3 participants