diff --git a/_freeze/rupesh/execute-results/html.json b/_freeze/rupesh/execute-results/html.json new file mode 100644 index 0000000..d689d81 --- /dev/null +++ b/_freeze/rupesh/execute-results/html.json @@ -0,0 +1,12 @@ +{ + "hash": "335dc113b1fdae8a45db737aa8088b5d", + "result": { + "engine": "jupyter", + "markdown": "---\ntitle: Rupesh New File\n---\n\n\n\n## Test for Head\n\n\n::: {#0170d198 .cell execution_count=1}\n``` {.python .cell-code}\nwith open('demo.qmd', 'r') as f:\n f.read()\n```\n:::\n\n\n", + "supporting": [ + "rupesh_files" + ], + "filters": [], + "includes": {} + } +} \ No newline at end of file diff --git a/_quarto.yml b/_quarto.yml index 11bc983..1500952 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -40,6 +40,7 @@ website: text: "Part 1: Quarto workflow" contents: - demo.qmd + - rupesh.qmd - href: part2-github.qmd text: "Part 2: GitHub workflow" - href: next-steps.qmd diff --git a/demo.qmd b/demo.qmd index eb2110d..3b69901 100644 --- a/demo.qmd +++ b/demo.qmd @@ -97,7 +97,27 @@ For your first edit, you could fix this tpyo and preview how it will look in the ## Rupesh -For your first edit, you could fix this tpyo and preview how it will look in the site. +For your first edit, you could fix this typo and preview how it will look in the site. + +### Table example + +I am adding a table below: + +| Month | Tax | +| -------- | ------- | +| January | $300 | +| February | $500 | +| March | $400 | + +### List example +I am adding a list : + + - List 1 + - List 1 + 1. List 2 + 2. List 2 + + ## Roosevelt diff --git a/rupesh.qmd b/rupesh.qmd new file mode 100644 index 0000000..f7d0e90 --- /dev/null +++ b/rupesh.qmd @@ -0,0 +1,8 @@ +# Rupesh New File + +## Test for Head + +```{python} +with open('demo.qmd', 'r') as f: + f.read() +``` \ No newline at end of file