Markdown: support language code
Hi,
I'm registered in several developer servers, and I'd like to request the ability to write markdown code like in GitHub, StackOverflow etc.
The Markdown enables you to specify your code language for highlighting, for instance:
```c#
void Main() { }
```
0
-
This feature is already available, you just need to type out the sharp in c#.
```csharp
void Main() { }
```3
댓글을 남기려면 로그인하세요.
댓글
댓글 1개