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

feat: make the markdown rendered configurable in VoilaExporter #317

Conversation

maartenbreddels
Copy link
Member

Example configuration (e.g. in voila.json) could be:

'VoilaExporter': {
    'markdown_renderer_class': 'my.package.MyMarkdownRenderer'
}

Closes #234

We could argue that we want this to be in nbconvert, but we can have it in voila first, upstream it later without having compatibility issues.

Example configuration (e.g. in voila.json) could be:

'VoilaExporter': {
    'markdown_renderer_class': 'my.package.MyMarkdownRenderer'
}

Closes voila-dashboards#234
@cquah
Copy link

cquah commented Jul 22, 2019

Thanks @maartenbreddels ! @aschlaep for awareness

@SylvainCorlay
Copy link
Member

This looks good to me. Thanks for tackling this!

@SylvainCorlay SylvainCorlay merged commit b076e03 into voila-dashboards:master Jul 23, 2019
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.

Support specifying a custom markdown renderer in Voila
3 participants