TiddlyWiki 代码块支持哪些编程语言的代码高亮?

pimgeek2025年03月10日 17:06

本网站引入了代码高亮插件 $:/plugins/tiddlywiki/highlight,此插件目前支持以下编程语言的代码高亮

c / xml / markdown / bash / dockerfile / kotlin / typescript / python / python-repl / php / scss / latex / vbnet / diff / makefile / lua / csharp / json / nginx / ruby / yaml / php-template / sql / objectivec / cpp / apache / plaintext / shell / r / ini / less / fortran / css / perl / swift / go / javascript / rust

使用方法:

```javascript console.log("Hello, World!"); ```

实际渲染结果:

console.log("Hello, World!");





创建日期: 2023年06月13日 15:12