Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions instructors/00-practical-template.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
format:
html: # learners solutions
embed-resources: true
docx: default # learners practical
output-file: "02-practical-solutions"
docx: # learners practical
output-file: "02-practical-guide"
gfm: default # instructors
keep-md: true
keep-md: false
format-links: false
---

Expand All @@ -16,7 +18,7 @@
)
```

::: {.content-hidden when-format="html"}

Check warning on line 21 in instructors/00-practical-template.qmd

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[unknown div] content-hidden

<!-- visible for instructors only -->
<!-- practical-week.md is generated from practical-week.qmd. Please edit that file -->
Expand All @@ -26,7 +28,7 @@

:::

::: {.content-hidden when-format="docx"}

Check warning on line 31 in instructors/00-practical-template.qmd

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[unknown div] content-hidden

<!-- works for text on html and MD only -->

Expand Down Expand Up @@ -73,7 +75,7 @@

: {tbl-colwidths="[15,85]"}

::: {.content-visible when-format="docx"}

Check warning on line 78 in instructors/00-practical-template.qmd

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[unknown div] content-visible

### Code chunk

Expand Down Expand Up @@ -178,7 +180,7 @@
```
:::

::: {.content-visible unless-format="docx"}

Check warning on line 183 in instructors/00-practical-template.qmd

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[unknown div] content-visible

### Solution

Expand Down
Loading
Loading