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
For previews, like in the Wiki Command, it would be nice to correctly approximate the formatting of the previewed web page. For that we'll need to take the HTML content and properly replicate the formatting in markdown to the best of our ability.
The following formatting elements will be required:
<strong> to **
<em> to *
Headings (likely just treated as bold)
Weblinks
<code> both inline and in block form
The text was updated successfully, but these errors were encountered:
For previews, like in the Wiki Command, it would be nice to correctly approximate the formatting of the previewed web page. For that we'll need to take the HTML content and properly replicate the formatting in markdown to the best of our ability.
The following formatting elements will be required:
<strong>
to**
<em>
to*
<code>
both inline and in block formThe text was updated successfully, but these errors were encountered: