Skip to content

Commit e6e9444

Browse files
committed
feat(pages): add instructions for file to use in tasks + missing alt text
1 parent 3ad3918 commit e6e9444

5 files changed

Lines changed: 10 additions & 1 deletion

File tree

pages/inline_html/index.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ In a Markdown document, you can sometimes mix in small pieces of HTML. This is c
88

99
**Caveat:** raw HTML is only kept when the output format supports it (for example, HTML pages). Some tags may be dropped or ignored when rendering to PDF or Word.
1010

11+
You should complete the listed tasks in the `5_inline_html.qmd` file on your Codespace. Once you have worked through these tasks, commit and push your change.
12+
1113
## Line break
1214

1315
You can insert a line break using `<br>`.

pages/markdown/index.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ A normal Markdown file usually ends in `.md`. In this workshop we mostly used **
1414

1515
On this page you will practice Markdown features that you can use in your Quarto documents.
1616

17+
You should complete the listed tasks in the `2_markdown_basics.qmd` file on your Codespace. Once you have worked through these tasks, commit and push your change.
18+
1719
## Headings and subheadings
1820

1921
In Markdown, a heading is formatted with the character `#`.

pages/media/index.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Images, videos and documents
33
---
44

5+
You should complete the listed tasks in the `4_images_videos_documents.qmd` file on your Codespace. Once you have worked through these tasks, commit and push your change.
6+
57
## Images
68

79
You can add images to a Quarto page using Markdown.

pages/quarto_features/index.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Behind the scenes, Quarto uses a program called Pandoc. Pandoc takes your Markdo
99

1010
This page gives a quick tour of some of those "Quarto extras" that go beyond plain Markdown.
1111

12+
You should complete the listed tasks in the `3_quarto_features.qmd` file on your Codespace. Once you have worked through these tasks, commit and push your change.
13+
14+
1215
## Callouts
1316

1417
Quarto extends Markdown with **callouts**, which are highlighted boxes you can use for notes, tips, or warnings.

pages/setup/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The layout is split into a few main areas:
6161
* **Bottom panel:** a shared area that can show different tools.
6262
* **Build with AI agent:** an optional assistant built into VSCode to help people who are writing code - we do not need this panel, so can close it by clicking the **x** on its tab.
6363

64-
![](codespace_labels.drawio.png)
64+
![](codespace_labels.drawio.png){fig-alt="Annotated screenshot of VSCode labelling the main areas."}
6565

6666
## Reopening your Codespace
6767

0 commit comments

Comments
 (0)