Nat*_*pos 3 markup mediawiki github
我正在GitHub上README.mediawiki为我的项目编写一个名为plainBlog的文件,但我想在其上添加一些内联代码.这是什么语法?另外,XML代码的语法是什么(多行)?
内联代码的一个例子位于github/markup,我们有这样的行:gem install wikicloth
有一些:
Start each line with a space.
Text is '''preformatted''' and
''markups'' '''''can''''' be done
Run Code Online (Sandbox Code Playgroud)
要么:
<pre> Text is '''preformatted''' and
''markups'' '''''cannot''''' be done</pre>
Run Code Online (Sandbox Code Playgroud)
对于内联<code>跨度,没有特殊语法:
<code>Source code</code>
Run Code Online (Sandbox Code Playgroud)
来自http://www.mediawiki.org/wiki/Help:Formatting