Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/docs/percent-format/test-markdown-not-first.py
12926 views
1
# ---
2
# jupyter:
3
# kernelspec:
4
# display_name: Python 3
5
# language: python
6
# name: python3
7
# ---
8
9
# %%
10
print("Code first")
11
12
# %% [markdown]
13
# This markdown cell is not at the start of the file
14
15