@@ -67,102 +67,7 @@ class HelloWorld {
6767
6868### Languages
6969
70- We use [ Shiki] ( https://shiki.style/languages ) for syntax highlighting and support these languages using standard Markdown syntax:
71-
72- <table className = " border-collapse" >
73- <thead >
74- <tr >
75- <th className = " pr-12 py-2 text-left font-medium" >Language</th >
76- <th className = " pr-12 py-2 text-left font-medium" >ID</th >
77- </tr >
78- </thead >
79- <tbody >
80- <tr >
81- <td className = " pr-12 py-2" >Bash</td >
82- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >bash</code ></td >
83- </tr >
84- <tr className = " " >
85- <td className = " pr-12 py-2" >Laravel Blade</td >
86- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >blade</code ></td >
87- </tr >
88- <tr >
89- <td className = " pr-12 py-2" >C</td >
90- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >c</code ></td >
91- </tr >
92- <tr className = " " >
93- <td className = " pr-12 py-2" >C++</td >
94- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >c++</code ></td >
95- </tr >
96- <tr >
97- <td className = " pr-12 py-2" >C#</td >
98- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >c#</code ></td >
99- </tr >
100- <tr className = " " >
101- <td className = " pr-12 py-2" >Dart</td >
102- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >dart</code ></td >
103- </tr >
104- <tr >
105- <td className = " pr-12 py-2" >Go</td >
106- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >go</code ></td >
107- </tr >
108- <tr className = " " >
109- <td className = " pr-12 py-2" >Java</td >
110- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >java</code ></td >
111- </tr >
112- <tr >
113- <td className = " pr-12 py-2" >JavaScript</td >
114- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >javascript</code ></td >
115- </tr >
116- <tr className = " " >
117- <td className = " pr-12 py-2" >JSON</td >
118- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >json</code ></td >
119- </tr >
120- <tr >
121- <td className = " pr-12 py-2" >JSX</td >
122- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >jsx</code ></td >
123- </tr >
124- <tr className = " " >
125- <td className = " pr-12 py-2" >Kotlin</td >
126- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >kotlin</code ></td >
127- </tr >
128- <tr >
129- <td className = " pr-12 py-2" >Log</td >
130- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >log</code ></td >
131- </tr >
132- <tr className = " " >
133- <td className = " pr-12 py-2" >Markdown</td >
134- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >markdown</code ></td >
135- </tr >
136- <tr >
137- <td className = " pr-12 py-2" >PHP</td >
138- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >php</code ></td >
139- </tr >
140- <tr className = " " >
141- <td className = " pr-12 py-2" >Python</td >
142- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >python</code ></td >
143- </tr >
144- <tr >
145- <td className = " pr-12 py-2" >Ruby</td >
146- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >ruby</code ></td >
147- </tr >
148- <tr className = " " >
149- <td className = " pr-12 py-2" >Swift</td >
150- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >swift</code ></td >
151- </tr >
152- <tr >
153- <td className = " pr-12 py-2" >TypeScript</td >
154- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >typescript</code ></td >
155- </tr >
156- <tr className = " " >
157- <td className = " pr-12 py-2" >TSX</td >
158- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >tsx</code ></td >
159- </tr >
160- <tr >
161- <td className = " pr-12 py-2" >YAML</td >
162- <td className = " pr-12 py-2" ><code className = " px-1 rounded text-sm" >yaml</code ></td >
163- </tr >
164- </tbody >
165- </table >
70+ We use Shiki for syntax highlighting and support all available languages. See the full list of [ languages] ( https://shiki.style/languages ) in Shiki's documentation.
16671
16772## Title
16873Add a title after the programming language to label your code example. Titles can be any string on a single line.
0 commit comments