File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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````
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ website:
3535 contents :
3636 - qripper-release-notes.qmd
3737
38+ callout-appearance : simple
39+
3840format :
3941 html :
4042 toc : true
Original file line number Diff line number Diff 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---
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ extensions:
2626 ripper:
2727 include-yaml: true
2828 script-links-position: custom
29-
3029 debug: true
3130filters:
3231 - ripper
You can’t perform that action at this time.
0 commit comments