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

Inconsistant Markdown Rendering #159

Open
ProfessorDey opened this issue Apr 7, 2024 · 0 comments
Open

Inconsistant Markdown Rendering #159

ProfessorDey opened this issue Apr 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ProfessorDey
Copy link

So when I was trying to add a topic, the editor provided is a Markdown editor with correct previews for markdown formatting, however in my testing I found that it does not produce correct or consistent results in regards to more complex rendering such as nested formatting, which causes issues actually laying things out the way I'd prefer.

Edit topic correctly adjusts the formatting as one would expect for proper markdown handling, but the actual topic page does not.
image
image

I included the square bracket test to check for issues on my end, in case that was the leading factor but it appears to make no difference. HTML nesting gives the intended results. Furthermore, it appears that carriage return is not respected unless leaving an empty line or a html break. I'm aware that this last issue can just be default html behaviour, but it does not match the preview provided by the markdown editor itself which properly respects the single carriage return and treats the HTML break as a full paragraph break.
image

I had to install Contextualise with Flask and Werkzeug set explicitly to versions 2.2.2 each in order to get a functional install.
For my full install log and dependency versions, please refer to #158, where I go into more detail about that particular issue.

@brettkromkamp brettkromkamp self-assigned this Apr 26, 2024
@brettkromkamp brettkromkamp added the bug Something isn't working label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants