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

Migrate from pymdownx.tabbed to pymdownx.blocks.tab #346

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

MGaetan89
Copy link
Member

@MGaetan89 MGaetan89 commented Nov 2, 2024

The former is deprecated, and the latter is now the recommended approach.
I've also fixed a couple of language issues that I spotted in some code snippets.

The syntax between the two has changed.

Old syntax

=== "Tab name"

    Tab content

New syntax

/// tab | Tab name
Tab content
///

Tip

You can use the "Hide whitespace changes" option to see only the actual changes, and ignore indentation changes.

The former is deprecated, and the latter is now the recommended approach.
@MGaetan89 MGaetan89 merged commit db58366 into robolectric:master Nov 2, 2024
3 checks passed
@MGaetan89 MGaetan89 deleted the update_pymdown_extensions branch November 2, 2024 11:31
MGaetan89 added a commit to MGaetan89/robolectric.github.io that referenced this pull request Nov 11, 2024
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