-
Notifications
You must be signed in to change notification settings - Fork 20
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
Text formatting question #8
Comments
Getting links to open in a new window out of the box isn't possible as far as I'm aware, no flavour of markdown supports that. Also, it's generally frowned upon to do it (though yes, I do use it myself, as many users probably aren't aware of things like middle-clicking a link to open to a new tab). You can maybe write some JavaScript to add a target attribute to any links after the markdown has rendered. Formatting codes: https://daringfireball.net/projects/markdown/syntax |
Thank you! Another question: When I add second block "info" to the json, cycle drawing header twice. Like:
Is any way to avoid this behavior? So blocks will look:
I`m talking about this function:
This way, I can add target to the block:
Thank you. |
How can I set links to open in new window? Same as target=_blank
Is anywhere description for text formatting codes?
Like:
The text was updated successfully, but these errors were encountered: