Error: could not parse code block
Author: ProdiggCreated Oct 28, 2024Updated Oct 28, 2024
Getting Error: could not parse code block when trying to execute valid c++ code.
#include <iostream>
int main() {
std::cout << "Hello World" << std::endl;
return 0;
}
The same behavior appears when trying the code_blocks.md example.
Have clang and gcc installed.
OS: Windows 11 with wsl
Source: maaslalani/slides