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 image parsing capabilities to documentation system #7646

Closed
milljm opened this issue Aug 29, 2016 · 0 comments
Closed

Add image parsing capabilities to documentation system #7646

milljm opened this issue Aug 29, 2016 · 0 comments
Assignees

Comments

@milljm
Copy link
Member

milljm commented Aug 29, 2016

It would be nice to have more control (in Markdown) for images embedded in our documentation. Currently, mkdocs supports raw html tags, but it breaks the flow of document creation.

@milljm milljm self-assigned this Aug 29, 2016
milljm added a commit to milljm/moose that referenced this issue Aug 31, 2016
Okay, so images were already supported but we will now have more functionality.
Moved parser from MooseCarousel to MooseCommon, as we will be using it from multiple extensions.

Refs idaholab#7646
milljm added a commit to milljm/moose that referenced this issue Aug 31, 2016
Okay, so images were already supported but we will now have more functionality.
Moved parser from MooseCarousel to MooseCommon, as we will be using it from multiple extensions.

Refs idaholab#7646
milljm added a commit to milljm/moose that referenced this issue Aug 31, 2016
Okay, so images were already supported but we will now have more functionality.
Moved parser from MooseCarousel to MooseCommon, as we will be using it from multiple extensions.

Refs idaholab#7646
milljm added a commit to milljm/moose that referenced this issue Aug 31, 2016
Okay, so images were already supported but we will now have more functionality.
Moved parser from MooseCarousel to MooseCommon, as we will be using it from multiple extensions.
Adjust moose.css for better looking admonitions.
Address andrew's comments. Remove table element generation for now.

Refs idaholab#7646
milljm added a commit to milljm/moose that referenced this issue Sep 1, 2016
Okay, so images were already supported but we will now have more functionality.
Moved parser from MooseCarousel to MooseCommon, as we will be using it from multiple extensions.
Adjust moose.css for better looking admonitions.
Fix markdown in documentation/creation.md.
Address andrew's comments. Remove table element generation for now.

Refs idaholab#7646
milljm added a commit to milljm/moose that referenced this issue Sep 1, 2016
Okay, so images were already supported but we will now have more functionality.
Moved parser from MooseCarousel to MooseCommon, as we will be using it from multiple extensions.
Adjust moose.css for better looking admonitions.
Fix markdown in documentation/creation.md.
Address andrew's comments. Remove table element generation for now.
Remove duplicate settings parser. Stop using <pre> tags in markdown.

Refs idaholab#7646
milljm added a commit to milljm/moose that referenced this issue Sep 1, 2016
Okay, so images were already supported but we will now have more functionality.
Moved parser from MooseCarousel to MooseCommon, as we will be using it from multiple extensions.
Adjust moose.css for better looking admonitions.
Fix markdown in documentation/creation.md.
Address andrew's comments. Remove table element generation for now.
Remove duplicate settings parser. Stop using <pre> tags in markdown.
Adding additional functionality to image parsing.
Added a very small (I will add more later) example of how to use the image parser.

Refs idaholab#7646
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants