Skip to content
Snippets Groups Projects
Commit 702d8b51 authored by Maria Bernard's avatar Maria Bernard
Browse files

test commit Maria

parent 0e6f0069
No related branches found
No related tags found
No related merge requests found
Pipeline #313135 passed
{
"hash": "c7e960461cdb9f4a931090682dcd2acf",
"result": {
"engine": "knitr",
"markdown": "---\ntitle: \"Post With Code\"\nauthor: \"Harlow Malloc\"\ndate: \"2025-03-18\"\ncategories: [news, code, analysis]\nimage: \"image.jpg\"\n---\n\n\n\nThis is a post with executable code.\n\n\n\n::: {.cell}\n\n```{.r .cell-code}\n1 + 1\n```\n\n::: {.cell-output .cell-output-stdout}\n\n```\n[1] 2\n```\n\n\n:::\n:::\n",
"supporting": [],
"filters": [
"rmarkdown/pagebreak.lua"
],
"includes": {},
"engineDependencies": {},
"preserve": {},
"postProcess": true
}
}
\ No newline at end of file
posts/post-with-code - Maria/image.jpg

40.8 KiB

---
title: "Post With Code"
author: "Harlow Malloc"
date: "2025-03-18"
categories: [news, code, analysis]
image: "image.jpg"
---
This is a post with executable code.
```{r}
1 + 1
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment