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

Add summary of supported markdown syntax #17644

Merged

Conversation

MichaelHatherly
Copy link
Member

As promised in #17632 (comment), any suggestions for better wording are most welcome.

This outlines all the syntax that Julia's markdown parser currently supports and provides examples of each. This should not be considered a complete markdown tutorial, but just a summary and style guide for Julia's flavour of markdown.

Outline all the syntax that Julia's markdown parser currently supports
and provide examples of each. This should not be considered a complete
markdown tutorial, but just a summary and style guide for Julia's flavour
of markdown.
@MichaelHatherly MichaelHatherly added the domain:docs This change adds or pertains to documentation label Jul 27, 2016

.. note::

No checks are done during parsing to make sure that all footnote references have matching footnotes.
Copy link
Contributor

Choose a reason for hiding this comment

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

this should probably be added as a check in Documenter or other doc renderers then??

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, there's a "linting" stage in Documenter that this could slot into quite nicely I think.

@kshyatt kshyatt added the docsystem The documentation building system label Jul 27, 2016
@MichaelHatherly
Copy link
Member Author

OSX failure is unrelated, will merge later this evening.

@MichaelHatherly MichaelHatherly merged commit 133d080 into JuliaLang:master Jul 28, 2016
@MichaelHatherly MichaelHatherly deleted the mh/document-markdown-syntax branch July 28, 2016 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docsystem The documentation building system domain:docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants