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
There is an issue rendering tables in the wiki using HTML tags instead of MD syntax. The table will be aligned in the bottom of the page.
Steps to reproduce: Create a new page and paste the following code:
## TITLE <table> <tr> <th>header</th> <td>test</td> </tr> </table> ### SUBTITLE
There is an unexpected gap between the TITLE and the Table.
The text was updated successfully, but these errors were encountered:
d7cf126
Fixed in 1.1.0
This is a problem inside the Marked module, which behaves strangely when using a particular option (pedantic set to false).
pedantic
Now I set this pedantic thing to true by default, and this specific problem is gone.
However, this is a "breaking change" (because it changes a default behaviour), so I had to bump the version to 1.1.0
Thanks for reporting!
Sorry, something went wrong.
No branches or pull requests
There is an issue rendering tables in the wiki using HTML tags instead of MD syntax.
The table will be aligned in the bottom of the page.
Steps to reproduce:
Create a new page and paste the following code:
There is an unexpected gap between the TITLE and the Table.
The text was updated successfully, but these errors were encountered: