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

✨ Colon fence renderer #39

Merged
merged 2 commits into from
Jul 27, 2022
Merged

✨ Colon fence renderer #39

merged 2 commits into from
Jul 27, 2022

Conversation

rowanc1
Copy link
Member

@rowanc1 rowanc1 commented Jul 27, 2022

This adds support for colon fences:

:::{tip}
Nice!
:::

The source for the port is colon_fence.py in mdit-py-plugins

See jupyter-book/mystmd#54

@rowanc1
Copy link
Member Author

rowanc1 commented Jul 27, 2022

Build errors out on:
image

This isn't related, will push a fix.

@rowanc1 rowanc1 requested review from chrisjsewell and fwkoch July 27, 2022 03:36
}

/** Default options for docutils plugin */
const OptionDefaults: IOptions = {
parseRoles: true,
colonFences: true,
Copy link
Member Author

Choose a reason for hiding this comment

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

I have put the default as true here.

@chrisjsewell chrisjsewell merged commit 02a6581 into main Jul 27, 2022
@rowanc1 rowanc1 deleted the feat/colonFences branch July 27, 2022 03:40
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