You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Massively improve how whitespaces are handled, this should fix a lot of issues
Fix newlines not being replaced with spaces.
Fixed text in <pre> tags not wrapping, this is needed to adhere to the maxWidth and since MineMark does not provide any sideways scrolling implementation
Fixed possible issue that if markdown contains the <minemark> tag it would cause the markdown rendering to reset, or maybe even cause a crash
Fixed Minecraft rendering implementation defining MineMark as a dependency instead of minemark, fixed that is said compile instead of runtime, and fixed the core version not being included in the pom