File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
backend/statemachine/agents/flashcards Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818RULES
19191. **Front**: `<h3>{{concept}}</h3>`
20202. **Back** layout (all HTML, no Markdown):
21- • definition → `<div class="definition">…</div>`
21+ • definition → `<div class="definition">…</div>`, can be slightly formatted with html tags if applicable, otherwise use as is
2222 • example → if exists wrap in `<pre><code class="hljs">…</code></pre>`
2323 • anti-pattern→ if exists wrap in `<div class="anti">️…</div>`
24- • contrast → if exists wrap in `<div class="contrast">…</div>`
25- • source → if exists wrap in `<div class="source">…</div>`
24+ • contrast → if exists wrap in `<div class="contrast">(can use emojis at the beginning like ☣,⚠, or similar) …</div>`
25+ • source → if exists wrap in `<div class="source">(can use emojis at the beginning like ☯,🔀 or similar ️) …</div>`
26263. If definition has concepts wrapped in <u>...</u> use those as they are.
27273. Return **only** the JSON array; validation schema will reject extras.
2828
You can’t perform that action at this time.
0 commit comments