-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update howto.md #17
Update howto.md #17
Conversation
adding guidance for mermaid diagrams from ioos/documentation-theme-jekyll#16 (comment)
fixing some formatting issues
Co-authored-by: Filipe <[email protected]>
Co-authored-by: Filipe <[email protected]>
@mwengren please review and merge when ready. Thanks! |
Weird, when I do either 'view rich diff' or view raw file, it doesn't render the mermaid diagram (maybe that's to be expected), but I'm sure it must work, so I'll just merge. Thanks! |
It's probably something to do with the javascript not on that rich diff html page. Seems to render fine on the website: |
Yep. While GitHub added mermaid support for PRs and issues text boxes, they did not add it to file previews. Makes sense b/c if they start adding all sort of JS support the preview would be super bloated, slow, and unsafe. |
adding guidance for mermaid diagrams from ioos/documentation-theme-jekyll#16 (comment)
@ocefpaf @mwengren please review and merge if you approve. Thanks!