Use markdown table format to display images instead

Using "<img src />" HTML cannot guarantee relative paths.
The issue is being investigated but using a markdown table format
would be an alternative approach.

- FYI: https://github.com/docsifyjs/docsify/issues/850
This commit is contained in:
Ian Y. Choi
2020-12-26 07:33:53 +09:00
parent 5dbe7e8bd9
commit 36cacc59e6
3 changed files with 6 additions and 3 deletions

View File

@@ -2,7 +2,8 @@
In this project, you'll learn how to build a fictional bank. These lessons include instructions on how to layout a web app and provide routes, build forms, manage state, and fetch data from an API from which you can fetch the bank's data.
<img src="images/screen1.png" width="50%" height="auto"/><img src="images/screen2.png" width="50%" height="auto"/>
| ![Screen1](images/screen1.png) | ![Screen2](images/screen2.png) |
|--------------------------------|--------------------------------|
## Lessons