https://github.com/ccamara/quarto-book-test
https://github.com/ccamara/quarto-book-test
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ccamara/quarto-book-test
- Owner: ccamara
- Created: 2022-05-26T11:17:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-01T17:58:42.000Z (about 4 years ago)
- Last Synced: 2025-07-23T08:04:57.164Z (11 months ago)
- Language: TeX
- Size: 389 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a readme file. It should be embedded within a book's page by following [these instructions]()
This is what I've done so far:
1. Create a default project: `quarto create-project mybook --type book`
2. Create a `README.md`file in the project's root
3. Edit `index.md` (in the project's root) and added `{{< include README.md >}}`
4. Run `quarto preview`
5. I get a warning stating `WARNING: Shortcode include is not recognized.`
6. `index.md` does not render `README.md`contents, instead it displays the include shortcode as a regular text.