Skip to content

Commit f2b377b

Browse files
committed
Wording and callout apperance adjustments
1 parent f6cdf0b commit f2b377b

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ Controls where the "Script file(s)" section with links to generated scripts appe
8181

8282
- **`"bottom"` (default)**: Places the section at the end of the document
8383
- **`"top"`**: Places the section at the beginning of the document
84-
- **`"custom"`**: Places the section where you define a div with `id="ripper-links"` in your document
84+
- **`"custom"`**: Places the section where you define a Div with `#ripper-links` in your document
8585
- **`"none"`**: Suppresses the section entirely
8686

8787
##### Custom Positioning Example
8888

89-
- To place the section at a specific location in your document, use `script-links-position: "custom"` and add a div with the id `ripper-links`.
89+
- To place the section at a specific location in your document, use `script-links-position: "custom"` and add a Div with the id `#ripper-links`.
9090

9191
````md
9292
---
@@ -107,7 +107,7 @@ Some introductory text here.
107107

108108
## Analysis
109109

110-
```{{r}}
110+
```{r}
111111
# Your code here
112112
```
113113
````

docs/_quarto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ website:
3535
contents:
3636
- qripper-release-notes.qmd
3737

38+
callout-appearance: simple
39+
3840
format:
3941
html:
4042
toc: true

docs/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ Controls where the "Script file(s)" section with links to generated scripts appe
8787

8888
- **`"bottom"` (default)**: Places the section at the end of the document
8989
- **`"top"`**: Places the section at the beginning of the document
90-
- **`"custom"`**: Places the section where you define a div with `id="ripper-links"` in your document
90+
- **`"custom"`**: Places the section where you define a Div with `#ripper-links` in your document
9191
- **`"none"`**: Suppresses the section entirely
9292

9393
##### Custom Positioning Example
9494

95-
- To place the section at a specific location in your document, use `script-links-position: "custom"` and add a div with the id `ripper-links`.
95+
- To place the section at a specific location in your document, use `script-links-position: "custom"` and add a Div with the id `#ripper-links`.
9696

9797
````md
9898
---

docs/qripper-custom-placement.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ extensions:
2626
ripper:
2727
include-yaml: true
2828
script-links-position: custom
29-
3029
debug: true
3130
filters:
3231
- ripper

0 commit comments

Comments
 (0)