Skip to content

代码高亮的语言提示部分怎么改啊 #67

Answered by argvchs
J14N4N asked this question in Q&A
Discussion options

You must be logged in to vote

``` 之后填语言就可以了啊(默认是 plaintext

```plaintext
Hello World!
```
```cpp
#include <iostream>
int main() {
    std::cout << "Hello World!" << std::endl;
    return 0;
}
```
```javascript
console.log("Hello World!");
```
```python
print("Hello World!")
```

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by argvchs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants