1
0
Fork 0

chore(markdown): Avoid inline JSX where possible

This commit is contained in:
Joost De Cock 2022-01-19 13:06:33 +01:00
parent 25995944d9
commit ad10523a8a
9 changed files with 9 additions and 9 deletions

View file

@ -83,7 +83,7 @@ if (paperless) {
There's a lot going on, but it's mostly repetition. To see what that did to your pattern, you have to enable *paperless mode* in your developing environment; you can find the option under *Pattern options* on the right. Let's look at the end result, and discuss:
<Example pattern="tutorial" part="bib" setting={{paperless: true }}>
<Example pattern="tutorial" part="bib" settings_paperless="true">
Your paperless bib
</Example>