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

parse docstrings as markdown in autocomplete #199

Merged
merged 2 commits into from
Oct 11, 2023

Conversation

akshayka
Copy link
Contributor

  • greatly improves readability of marimo docstrings in autocomplete
  • doesn't seem to hurt readability of other docstrings, though there may be edge cases

@vercel
Copy link

vercel bot commented Oct 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 11, 2023 5:39pm
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 11, 2023 5:39pm

@@ -359,7 +359,7 @@ const CellComponent = (
!cellRef.current.contains(e.relatedTarget) &&
editorView.current !== null
) {
closeCompletion(editorView.current);
//closeCompletion(editorView.current);
Copy link
Contributor

Choose a reason for hiding this comment

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

revert?

mscolnick
mscolnick previously approved these changes Oct 11, 2023
@mscolnick mscolnick merged commit a956927 into main Oct 11, 2023
19 checks passed
@mscolnick mscolnick deleted the aka/improve-mddoc-autocomplete branch October 11, 2023 20:13
@github-actions github-actions bot locked and limited conversation to collaborators Oct 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants