📝 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

@ -12,7 +12,9 @@ on [New Poll](https://app.rallly.co/new).
Enter the title of your poll. You can also add a description to your poll if
you want to give your participants more information about the event.
<Frame>![New Poll Page](/images/new-poll-page.png)</Frame>
<Frame>
<img src="/images/new-poll-page.png" alt="New Poll Page"/>
</Frame>
</Step>
<Step title="Select Dates or Times">
@ -20,12 +22,12 @@ on [New Poll](https://app.rallly.co/new).
<Tabs>
<Tab title="Month View">
<Frame caption="Use Month View to select dates or create repeating time slots">
![Month View](/images/month-view.png)
<img src="/images/month-view.png" alt="Month View"/>
</Frame>
</Tab>
<Tab title="Week View">
<Frame caption="Use Week View to draw time slot options on a calendar">
![Week View](/images/week-view.png)
<img src="/images/week-view.png" alt="Week View"/>
</Frame>
</Tab>
</Tabs>