DEV Community

ormor9
ormor9

Posted on

Hey, I'm looking for help (:

Hello everyone!
Where can I share a snippet of code with some pictures for help?

Top comments (3)

Collapse
 
s_aitchison profile image
Suzanne Aitchison

If it's difficult to transfer to markdown you can also put your code in a CodePen and embed in your post for help on DEV using liquid tags:

{% codepen LINK_TO_YOUR_PEN %}
Collapse
 
myogeshchavan97 profile image
Yogesh Chavan

You can login to your github account and then navigate to gist.github.com/ and create your code snippet and in the created snippet, you will see clone via ssh option for the embed dropdown like this
clone via ssh

Copy the url and clone that as a git repository on your machine and then you can push your images to that repository and once pushed you can click on the raw button displayed for image and use that url to include image while creating new post in dev.to using the way we include image in markdown

Collapse
 
stud2design profile image
Pushpendra Singh

You can post your issue as markdown only, with code snippets.