-
-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add example for image alt attributes
- Loading branch information
Showing
2 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
src/dg-testVault/E Embeds/E07 Image with alt attributes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
dg-publish: true | ||
--- | ||
This should render to a 200 px wide image with the alt text "center" | ||
Like so: `![travolta.png|center|200](/img/user/A%20Assets/travolta.png)` | ||
![[travolta.png|center|200]] | ||
|
||
|
||
This should render to an image with the alt text "left", like so: | ||
`[travolta.png|left](/img/user/A%20Assets/travolta.png)` | ||
![[travolta.png|left]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters