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
I needed to add target="_blank" to my links, and I tried [text](url){:target="_blank"}. It doesn't work - it renders <a href="url">text</a>{:target="_blank"} so it doesn't recognize attributes in curly braces and treats them as just text
The text was updated successfully, but these errors were encountered:
I think I'm having a similar issue: it seems like the attributes are getting applied to a <p> tag which is wrapping the element, rather than being applied to the element itself. In this case, I'm trying to get the text to flow around the image like I would with <img ... align=left>:
I needed to add
target="_blank"
to my links, and I tried[text](url){:target="_blank"}
. It doesn't work - it renders<a href="url">text</a>{:target="_blank"}
so it doesn't recognize attributes in curly braces and treats them as just textThe text was updated successfully, but these errors were encountered: