I am starting to use Typora and I want to put a logo image in the header. How can I do it?
I’ve tried to put the image text in the headers options like this ![image]()
but it doesn’t work. How can I do it?
1
In CommonMark-compliant markdown implementation you can do:
<code># title 
</code>
<code># title 
</code>
# title 
2
Use this Method: I think this method is useful for you
<code>
</code>
<code>
</code>

1