Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 2, 2023. It is now read-only.

Commit 0afb101

Browse files
author
Chad Rhyner
committed
Merge pull request #34 from phillipadsmith/patch-1
Escape <img> tag in Images section (rendered otherwise)
2 parents b264688 + 7be3733 commit 0afb101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ Possible errors:
490490

491491
#### Uploading an image
492492

493-
Most integrations will not need to use this resource. **Medium will automatically side-load any images specified by the src attribute on an <img> tag in post content when creating a post.** However, if you are building a desktop integration and have local image files that you wish to send, you may use the images endpoint.
493+
Most integrations will not need to use this resource. **Medium will automatically side-load any images specified by the src attribute on an `<img>` tag in post content when creating a post.** However, if you are building a desktop integration and have local image files that you wish to send, you may use the images endpoint.
494494

495495
Unlike other API endpoints, this requires multipart form-encoded data.
496496

0 commit comments

Comments
 (0)