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

Support Atlassian flavored wiki markup #278

Merged
merged 1 commit into from
Nov 6, 2016

Conversation

lahma
Copy link
Contributor

@lahma lahma commented Oct 6, 2016

I made needed tweaks to MarkdownExporter so that it supports a little bit more customization.

  • Supports syntax that is used by JIRA (issue tracker) and Confluence (wiki)
  • MarkdownExporter.Atlassian introduced
  • Support separate markup for start and end of code blocks
  • No table header and content separator can be optional

So Atlassian's format is:

{noformat}
anything
{noformat}

|| header 1 || header 2||
| value 1 | value 2 |

If this is too vendor specific I'm fine with creating my own exporter too, would be just a copy paste of MarkdownExporter though.

@AndreyAkinshin
Copy link
Member

Hello @lahma, thanks for the PR. LGTM. I just need some time for testing (I want to look at different summary tables in JIRA). If everything is fine, will be merged (v0.10.0).

@lahma
Copy link
Contributor Author

lahma commented Oct 7, 2016

Thank you, waiting for your feedback.

@AndreyAkinshin AndreyAkinshin merged commit 684334a into dotnet:master Nov 6, 2016
@AndreyAkinshin
Copy link
Member

@lahma, sorry that it took so long time. And thanks again for the contribution.

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

Successfully merging this pull request may close these issues.

2 participants