We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This extension saved my life, but I found some bugs:
{}
[]
markdown example:
Next line is an markdown example to test the above bugs: this is an array: int a[5] = {1, 2, 3, 4, 5};
wiki markup output:
In this case [5] is a link, see Links, and {1, 2, 3, 4, 5} is an unknown macro.
[5]
{1, 2, 3, 4, 5}
I'm using Confluence Server, version 7.10.2, by "Insert -> wiki markup".
The text was updated successfully, but these errors were encountered:
@zhongluqiang Thank's
That point is correct. I'm aware of the bug, but I'm thinking about how to fix it.
What you can do now is use code blocks or inline code blocks.
ex)
int a[5] = {1, 2, 3, 4, 5};
In the near future, we will take this bug seriously and improve it.
Sorry, something went wrong.
No branches or pull requests
This extension saved my life, but I found some bugs:
{}
outside codeblock will be converted to confluence macro wiki markup, thus ruin the whole conversion;[]
outside codeblock will be converted to confluence link wiki markup, even in inline codeblock.markdown example:
wiki markup output:
In this case
[5]
is a link, see Links, and{1, 2, 3, 4, 5}
is an unknown macro.I'm using Confluence Server, version 7.10.2, by "Insert -> wiki markup".
The text was updated successfully, but these errors were encountered: