Skip to content

Fix Markdown widget documentation reactive attributes #5960

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

Conversation

paulrobello
Copy link

Add missing reactive attributes table to markdown.md documentation:

  • code_dark_theme (str): theme for dark mode code blocks
  • code_light_theme (str): theme for light mode code blocks
  • code_indent_guides (bool): whether to show indent guides in code

Please review the following checklist.

  • Docstrings on all new or modified functions / classes
  • Updated documentation
  • Updated CHANGELOG.md (where appropriate)

Add missing reactive attributes table to markdown.md documentation:
- code_dark_theme (str): theme for dark mode code blocks
- code_light_theme (str): theme for light mode code blocks
- code_indent_guides (bool): whether to show indent guides in code
@willmcgugan
Copy link
Member

Thanks @paulrobello But I realised after looking at this, that these reactives are no longer needed! The new code fence renderer adapts to the CSS, and doesn't yet support indent guides.

See #5967

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.

2 participants