📝 Replace md images with html img (#951)

This commit is contained in:
Giannis Kepas 2023-12-04 06:59:41 +02:00 committed by GitHub
parent 28599e7a78
commit 603ae577d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 42 additions and 25 deletions

View file

@ -14,7 +14,9 @@ description: "How to respond to a Rallly poll"
<Note>If you leave an option unselected, it will be counted as a **No** vote.</Note>
<Frame>![Submit a Response](/images/voting-in-progress.png)</Frame>
<Frame>
<img src="/images/voting-in-progress.png" alt="Submit a Response"/>
</Frame>
When you're done, click **Continue**.
@ -24,14 +26,18 @@ description: "How to respond to a Rallly poll"
<Tip>To ensure you don't lose the ability to edit your response, enter your email address to receive a confirmation email with a magic link that identifies you .</Tip>
<Frame>![Submit a Response](/images/voting-submitting.png)</Frame>
<Frame>
<img src="/images/voting-submitting.png" alt="Submittting a Response"/>
</Frame>
</Step>
<Step title="Done!">
If you need to make changes, you can use the dropdown menu next to your name.
<Frame>![Submit a Response](/images/voting-submitted.png)</Frame>
<Frame>
<img src="/images/voting-submitted.png" alt="Vote Submitted"/>
</Frame>
</Step>
</Steps>