📝 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

@ -8,20 +8,24 @@ description: "Pick a final date for your event"
<Step title="Review your results">
Click **Manage** and select **Finalize** from the dropdown menu.
<Frame>![Finalize](/images/finalize.png)</Frame>
<Frame>
<img src="/images/finalize.png" alt="Finalize a poll"/>
</Frame>
</Step>
<Step title="Finalize">
Select your preferred date from the list and click **Finalize**.
Select your preferred date from the list and click **Finalize**.
This will:
This will:
1. Send an email to you with a calendar invite for the selected date
2. Send an email to the attendees with the calendar invite.
3. Close the poll and prevent any further votes.
1. Send an email to you with a calendar invite for the selected date
2. Send an email to the attendees with the calendar invite.
3. Close the poll and prevent any further votes.
The selected date will be displayed on your finalized poll for everyone to see.
The selected date will be displayed on your finalized poll for everyone to see.
<Frame>![Finalized Poll](/images/finalized.png)</Frame>
<Frame>
<img src="/images/finalized.png" alt="Finalized Poll"/>
</Frame>
</Step>
</Steps>