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
I've bee looking for a bit but I can't find a way to add language detection to code blocks. Am I missing something or is this feature not implemented yet?
For now it gives something similar to what we have on github:
def f(x):
return x
deff(x):
returnx
I would like to have something like in stackoverflow:
If this doesn't exist, do you have an idea on what can be done? Thanks.
The text was updated successfully, but these errors were encountered:
I've bee looking for a bit but I can't find a way to add language detection to code blocks. Am I missing something or is this feature not implemented yet?
For now it gives something similar to what we have on github:
I would like to have something like in stackoverflow:
If this doesn't exist, do you have an idea on what can be done? Thanks.
The text was updated successfully, but these errors were encountered: