如何从源码构建 Android ROM:修订间差异

来自Uotan Wiki · 刷机百科
(创建页面,内容为“<markdown> ## Emphasis **This is bold text** __This is bold text__ *This is italic text* _This is italic text_ ~~Strikethrough~~ </markdown>”)
 
无编辑摘要
第1行: 第1行:
<markdown>
<syntaxhighlight lang="php" style="overflow:auto;">
## Emphasis
# <translate nowrap><!--T:66--> Enables use of CodeMirror by default but still allow users to disable it</translate>
 
$wgDefaultUserOptions['usecodemirror'] = true;
**This is bold text**
</syntaxhighlight>
 
__This is bold text__
 
*This is italic text*
 
_This is italic text_
 
~~Strikethrough~~
</markdown>

2024年2月14日 (三) 14:30的版本

<syntaxhighlight lang="php" style="overflow:auto;">

  1. <translate nowrap> Enables use of CodeMirror by default but still allow users to disable it</translate>

$wgDefaultUserOptions['usecodemirror'] = true; </syntaxhighlight>