You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Tried to change the color style of a code block. Broke the program at start (see screenshot).
In the example I use the emacs format, but I tried with a bunch and the only one that worked was monokai.
To Reproduce
Steps to reproduce the behavior:
0. Downgrade PyYAML to 5.3.1 (had to do this get it working, I'm also using 3.0 version of lookatme to because 2.5.5 wouldn't work either)
Make file minimal.md with contents show in spoiler at bottom
Run lookatme minimal.md
Run lookatme minimal.md --log out.log to get log
Expected behavior
Simply changes the color theme/style of a code block
Screenshots
Output in terminal is same as in log, so I'll just paste log, the only change is I scrubbed the home directory name:
Environment (please complete the following information):
OS: Ubuntu 22.04
lookatme, version 3.0.0-rc5
Additional context
minimal.md
---
author: handdara
title: Teaching C!
styles:
code:
style: emacs
---
# Minimal example
---
# An example C function
\```c
int foo(int a) {
return a + 50;
}
\```
*Note: the backslash in front of the backticks is because I couldn't figure out how to get the "codeblock within a codeblock" to escape the inner block. They're not there in the actual file.*
The text was updated successfully, but these errors were encountered:
Describe the bug
Tried to change the color style of a code block. Broke the program at start (see screenshot).
In the example I use the emacs format, but I tried with a bunch and the only one that worked was monokai.
To Reproduce
Steps to reproduce the behavior:
0. Downgrade PyYAML to
5.3.1
(had to do this get it working, I'm also using 3.0 version of lookatme to because2.5.5
wouldn't work either)minimal.md
with contents show in spoiler at bottomlookatme minimal.md
lookatme minimal.md --log out.log
to get logExpected behavior
Simply changes the color theme/style of a code block
Screenshots
Output in terminal is same as in log, so I'll just paste log, the only change is I scrubbed the home directory name:
Environment (please complete the following information):
Additional context
minimal.md
The text was updated successfully, but these errors were encountered: