« Test » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
Ligne 3 : Ligne 3 :
xxx
xxx
</pre>
</pre>
test


= Highlight issues =
= Highlight issues =

Version du 29 décembre 2021 à 21:53

pre

xxx

Highlight issues

Cs.svg
// 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();

no highlight

Cs.svg
var myObject = new MyCLass();
Bash.svg
var myObject = new MyCLass();
Fichier:Nohighlight.svg
var myObject = new MyCLass();

ini

test.ini
[section]
cle = valeur
# comment
// comment
; comment

listes

  • un
    • deux
      • trois
  • dix
    • trente
  • un
    • deux
    • 22
      • trois
  • plus
  • plus
  • moins
  • moins
  • 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

Bash.svg
1.svg
Fichier:ASP.NET Core.svg