Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
# Markdown Image Test
|
||||
|
||||
This file tests various ways to include images in markdown.
|
||||
|
||||
## Sample JPG Images
|
||||
|
||||
Here's a 400x300 sample image:
|
||||
|
||||

|
||||
|
||||
Here's a larger 600x400 sample:
|
||||
|
||||

|
||||
|
||||
## PNG Image
|
||||
|
||||
A square 300x300 PNG:
|
||||
|
||||

|
||||
|
||||
## Multiple Images
|
||||
|
||||
Let's show multiple images in sequence:
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Image in a List
|
||||
|
||||
Here's a bulleted list with images:
|
||||
|
||||
- First item
|
||||
- 
|
||||
- Third item
|
||||
|
||||
## Parent Directory Reference
|
||||
|
||||
Here's an image from the parent directory:
|
||||
|
||||

|
||||
|
||||
## Absolute Path
|
||||
|
||||
You can also use absolute paths (though they're less portable):
|
||||
|
||||

|
||||
|
||||
## Empty Alt Text
|
||||
|
||||

|
||||
|
||||
## Text After Images
|
||||
|
||||
Here's some regular text after an image. The image should be rendered inline with the text flow.
|
||||
|
||||

|
||||
|
||||
This text comes after the image.
|
||||
|
||||
---
|
||||
|
||||
## End of Test
|
||||
|
||||
That covers the basic image rendering scenarios!
|
||||
Reference in New Issue
Block a user