List and table
- Item 1
Titre colonne 1
|
Titre colonne 2
|
colonne1 |
colonne2
|
- Item2 Text
- Item 1
Titre colonne 1
|
Titre colonne 2
|
colonne1 |
colonne2
|
- Item 2 Text
Nowiki
var v = 1;
var v = 2;
<nowiki>var v = 3;</nowiki>
var v = 1;
var v = 2;
var v = 3;
Inline
var v = 10;
var v = 10;
var v = 1;
var v = 2;\n
var v = 3;\\n
var v = 4;<br>
var v = 5;
- end
Empty lang
|
// empty lang
var v = 10;
|
// empty lang
var v = 10;
// no lang
var v = 10;
// js
var v = 10;
Leading spaces
|
var v = 10;
var x = 1 < 2 & 3;
|
List and break
- Step1 inline code
111 222 333
end line
extra line
- Step 2 code block
111
222
extra line
- Step1 inline code
111 222 333
end line
extra line
- Step 2 code block
111
222
extra line
- Step 3 kode extra line
- Step 4 text
- Step 5 fileboxextra line
- Step 6 End
pre
yyy
Highlight issues
|
namespace MyNamespace
{
// code
}
// replaced by
namespace MyNamespace;
// code
[Attributes]
[Attributes()]
[Attributes("xxx")]
public interface IInterface
{
public int MyProperty { get; set; }
public List<int> MyProperty2 { get; set; }
public Task<List<int>> MyProperty2 { get; set; }
public MyClass MyProperty3 { get; set; }
public void MyMethod()
{
}
public int[] MyMethod1(int[] param)
{
return 0;
}
public List<int> MyMethod2(List<int> param)
{
return new List<int>();
}
public Task<List<int[]>> MyMethod2(List<Class[]> param)
{
var v = 10;
var v = new List<int>();
List<int> v = new List<int>();
var v = $"test {test} test";
MyMethod(param1, "param2");
var v = MyMethod(param1, "param2");
return new List<int>();
}
}
public class MyClass<T> where T : class
{
}
|
|
// StackPanel
stackPanel.SetValue(StackPanel.OrientationProperty, Orientation.Horizontal);
// MyEnum
enum MyEnum {}
// value
var value = 0;
// CreateMap<D, IEnumerable<FlatD>>
cfg.CreateMap<D, IEnumerable<FlatD>>()
.ConvertUsing<DToFlatDConverter>();
// Map<IEnumerable<FlatD>>
var flatDs = mapper.Map<IEnumerable<FlatD>>(d).ToList();
// IEnumerable
IEnumerable<(int groupId, int userId)> groupAndUserList = group.UserIds.Select(x => ValueTuple.Create(group.Id, x));
|
SyntaxHighlight
var v = new StringBuilder();
var v = new StringBuilder();
no highlight
|
var myObject = new MyCLass();
|
|
var myObject = new MyCLass();
|
|
var myObject = new MyCLass();
|
ini
test.ini
|
[section]
cle = valeur
# comment
// comment
; comment
|
listes
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
SVG
Fichier:1.svg
Fichier:ASP.NET Core.svg