SyntaxHighlight GeSHi插件样例:修订间差异

来自泡泡学习笔记
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
 
(未显示同一用户的2个中间版本)
第1行: 第1行:
<syntaxhighlight lang="ts">import { getDirname, path } from '@vuepress/utils'


const __dirname = getDirname(import.meta.url)
<syntaxhighlight lang="php">
<?php
    v = "string";    // sample initialization
?>
html text
<?php
    echo v;        // end of php code
?>
</syntaxhighlight>


const pluginOrTheme = {
 
  clientConfigFile: path.resolve(__dirname, './path/to/clientConfig.ts'),
&lt;syntaxhighlight lang="php">
}</syntaxhighlight>
<?php
    v = "string";    // sample initialization
?>
html text
<?php
    echo v;        // end of php code
?>
</syntaxhighlight>

2024年4月12日 (五) 18:39的最新版本

<?php
    v = "string";    // sample initialization
?>
html text
<?php
    echo v;         // end of php code
?>


<syntaxhighlight lang="php">
<?php
    v = "string";    // sample initialization
?>
html text
<?php
    echo v;         // end of php code
?>
</syntaxhighlight>