Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for sxss knitr engine #88

Open
cderv opened this issue Apr 8, 2021 · 1 comment
Open

Add documentation for sxss knitr engine #88

cderv opened this issue Apr 8, 2021 · 1 comment

Comments

@cderv
Copy link
Collaborator

cderv commented Apr 8, 2021

At least small examples and links to where to look for more

---
output:
  html_document: default
---
```{scss}
$main-color: salmon;
.bright {
  background-color: $main-color;
}
```
This is a [*bright*]{.bright} word.
---
output:
  html_document: default
---
```{sass}
$main-color: salmon
.bright 
  background-color: $main-color;
```
This is a [*bright*]{.bright} word.
@cderv
Copy link
Collaborator Author

cderv commented Apr 15, 2021

I just remember there was a chapter on the R Markdown Cookbook too.
https://bookdown.org/yihui/rmarkdown-cookbook/eng-sass.html

It may worth transitioning all engine related doc into the Definitive Guide at the end - this seems like a better place.

Anyway, adding a link from this book to the cookbook is the least we need to do I think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant