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
Newline is ignored.
- pls work **bold**
Should become:
bold
(on multiple lines)
Yet becomes:
(on one line)
Newline is ignored and random indentation.
GPA: 7 Vereniging Blabla
Should become: GPA: 7
Vereniging Blabla
But becomes: GPA: 73456Vereniging Blabla
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Two examples
Example 1:
Newline is ignored.
Should become:
bold
(on multiple lines)
Yet becomes:
(on one line)
Example 2:
Newline is ignored and random indentation.
Should become:
GPA: 7
Vereniging
Blabla
But becomes:
GPA: 73456Vereniging
Blabla
The text was updated successfully, but these errors were encountered: