Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Allowing for clozes inside code blocks. Better night mode support & readability.

Creates a new Basic and a new Cloze Note Type that support Markdown and KaTeX: *Markdown and KaTeX Basic (Color)* and *Markdown and KaTeX Cloze (Color)*.

The following can be used to create a sample cloze card (remove the "\\" before the backticks).
The following can be used to create a sample cloze card.

```md
````md
# A Dummy Card
## Subtitle
### Math
Expand All @@ -26,18 +26,18 @@ $$1\$ < 1€ $$ after

### Escaped c++ code :

\```cpp
```cpp
#include <stdio.h>
{{c2::boost\:\:add_vertex::how to add vertex in boost}}(...);
\```
```

### Python

\```py
```py
def print_hello():
print("{{c2::hello}}")
\```
```
````

![Front Code](.github/assets/image.png)
![Back Code](.github/assets/image-1.png)
Expand Down
Loading