From f49bc34b5aba4f72dfe4464eefe480b0b6e71f3d Mon Sep 17 00:00:00 2001 From: Richard Pascarelli Date: Tue, 26 Oct 2021 23:13:35 -0400 Subject: [PATCH] adds solution for anki whitespace to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a19fc6c..e0b9b1d 100644 --- a/README.md +++ b/README.md @@ -456,6 +456,8 @@ It costs $25 on iOS but is free on other platforms. My flashcard database in Anki format: https://ankiweb.net/shared/info/25173560 (thanks [@xiewenya](https://github.com/xiewenya)). +Some students have mentioned formatting issues with white space that can be fixed by doing the following: open deck, edit card, click cards, select the "styling" radio button, add the member "white-space: pre;" to the card class. + ### 3. Do Coding Interview Questions While You're Learning THIS IS VERY IMPORTANT.