Skip to content

Commit a585883

Browse files
swap filled/empty circle in jupyter
1 parent 39bf197 commit a585883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/jupyter.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ filled_circle <- function(){
2929
if(is_latex_output()) {
3030
"\\faCircle{}"
3131
} else {
32-
"\U25EF"
32+
"\U2B24"
3333
}
3434
}
3535
3636
circle <- function(){
3737
if(is_latex_output()) {
3838
"\\faCircle[regular]{}"
3939
} else {
40-
"\U2B24"
40+
"\U25EF"
4141
}
4242
}
4343
```

0 commit comments

Comments
 (0)