Open Nix41 opened 3 months ago
Describe the bug Code Blocks are only show syntax highlighting when the language is javascript/js
To Reproduce Steps to reproduce the behavior:
def factorial(n): """Calculate the factorial of a number using recursion.""" if n == 0: return 1 else: return n * factorial(n - 1)
Expected behavior Syntax highlighting for python code
Screenshots
I tried around 10 languages
Desktop:
Describe the bug Code Blocks are only show syntax highlighting when the language is javascript/js
To Reproduce Steps to reproduce the behavior:
Expected behavior Syntax highlighting for python code
Screenshots
I tried around 10 languages
Desktop: