LevelApp Docs v1.0 just launched!⭐ Star us on GitHub

About This Project

This is a sample page to test text, images, and code snippets.

Sample Image

Mountains

This is a high-quality image of nature, loaded from Unsplash.

Image Tips

  • Use ![Alt Text](URL) for remote images.
  • Use <img /> if you need to control width/height, e.g.:
<img
  src="https://via.placeholder.com/400x200"
  alt="Sample"
  width="400"
  height="200"
/>
 
## Sample Code ```js console.log("Hello Nextra!");