Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions website/checklist/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
displayed_sidebar: checklist
---

import Text from './text.gif';

# Text

**Guideline**: [Text](/guidelines/text)

<img src={Text} className="zoom-me" />
<img src={require('@site/static/gif/text.gif').default} width="300" />
Copy link

@carbonrobot carbonrobot Jan 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to be using an mdx file in order to JSX syntax, since markdown only supports markdown syntax images.

Options

  1. Use markdown image syntax
![Guideline!](/assets/gif/text.gif "Guideline")
  1. Or Change the file to an MDX file to enable JSX syntax


| Accessibility Setting | I see |
| --------------------- | ------------------------------------------------------------------ |
Expand Down
File renamed without changes
Loading