-
Notifications
You must be signed in to change notification settings - Fork 56
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
<span style="text-align:justify;display:block"> is not being rendered correctly #2262
Comments
We don't allow |
@abnerlee So how can I have a justify-alligned MarkDown paragraph in Typora? |
use
but requires #1939 (I see in Github the
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. **Tincidunt** augue interdum velit euismod in pellentesque. Quam nulla porttitor massa id neque. Amet massa vitae tortor condimentum lacinia. Pharetra diam sit amet nisl. Molestie a iaculis at erat pellentesque adipiscing commodo elit.
or custom your CSS file http://support.typora.io/Add-Custom-CSS/ |
@abnerlee The This is the final result. It would be great if I could have all this with MarkDown in the first place. |
From here I can use the HTML tag
<span style="text-align:justify;display:block"> ... </span>
to include markdown inside the HTML tags. The reason is that I want my text to be aligned-justified. This can be rendered on Visual Studio Code side preview. However Typora can't Render it properly. for example:is justified correctly (but ignores MarkDown). and also
renders as expected with red. But
doesn't respecter the styling for alignment justification. I would appreciate if you could help me know what is the problem and how it can be resolved.
The text was updated successfully, but these errors were encountered: