Steem: Markdown for Images Not Functioning

Created on 12 Dec 2016  路  4Comments  路  Source: steemit/steem

Markdown style says the format for pictures is:
![your text] (url)

However, when using this format, you now see:

![your text] (
image
)

*I put the space between the "]" and "(" symbols in this issue, but not in the steemit editor.

All 4 comments

Please make sure that you are using "raw" mode, not editor when willing to use markdown.

I observed that above can happen when you use markdown in editor:

![your text](https://url)

and switch to raw mode. This would change code to:

<html>
<p>![your text](https://url)</p>
</html>

In this case removing html might help

If need, it should be tracked in https://github.com/steemit/steemit.com/issues.

It's most likely the issue described by @Gandalf-the-Grey.

If not, please file here instead: https://github.com/steemit/steemit.com/issues

Removing the html did help. Thanks all!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jnordberg picture jnordberg  路  3Comments

mvandeberg picture mvandeberg  路  6Comments

porozhnyy picture porozhnyy  路  4Comments

pfunks picture pfunks  路  6Comments

mahnunchik picture mahnunchik  路  7Comments