We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I create a code block:
```ruby some code ``` anki centers it during a study session: https://imgur.com/pkwFdVO Can it be avoided? The text on the back of the card: card.txt
The text was updated successfully, but these errors were encountered:
Fixed it by adding additional styling for codehilite class to the card type template:
codehilite
.card { font-family: arial; font-size: 20px; text-align: center; color: black; background-color: white; } .codehilite { text-align: left; }
Sorry, something went wrong.
I think this should be the default, or at least there should be an option in the plugin config page.
{ "auto": { "enabled": true, "uiEditFieldCheckbox": true }, "code": { "colorScheme": "default", "lineNums": true }, "manual": { "shortcut": "Ctrl+M", "uiToggleFieldMarkdownButton": true } }
@vtpros where can I edit the css file?
Nevermind, I have figured it out
No branches or pull requests
When I create a code block:
```ruby
some code
```
anki centers it during a study session: https://imgur.com/pkwFdVO
Can it be avoided?
The text on the back of the card:
card.txt
The text was updated successfully, but these errors were encountered: