Skip to content

Commit 813da00

Browse files
committed
Add per-file output format
1 parent 464f4d6 commit 813da00

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

chapters/chapter1.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Quarto Basics"
3+
format: [html, ipynb] # This qmd file will be compiled as HTML and as a jupyter notebook
34
---
45

56

index.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Template for Python training material" # See below for multilingual resource
3+
format: html # This qmd file will be compiled as HTML only (no notebook)
34
include-before-body:
45
- text: <img src="resources/cover/main2.png" style="max-width:900px;width:100%"><br>
56
author:

0 commit comments

Comments
 (0)