New-HTMLCodeBlock
SYNOPSIS
{{ Fill in the Synopsis }}
SYNTAX
New-HTMLCodeBlock [-Code] <String> [[-Style] <String>] [[-Theme] <String>] [[-Group] <String>]
[[-Title] <String>] [[-Highlight] <String[]>] [[-ShowLineNumbers] <Boolean>] [[-LineOffset] <String>]
[<CommonParameters>]
DESCRIPTION
{{ Fill in the Description }}
EXAMPLES
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}
PARAMETERS
-Code
{{ Fill Code Description }}
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Group
{{ Fill Group Description }}
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Highlight
{{ Fill Highlight Description }}
Type: System.String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-LineOffset
{{ Fill LineOffset Description }}
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ShowLineNumbers
{{ Fill ShowLineNumbers Description }}
Type: System.Nullable`1[System.Boolean]
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Style
{{ Fill Style Description }}
Type: System.String
Parameter Sets: (All)
Aliases:
Accepted values: assembly, asm, avrassembly, avrasm, c, cpp, c++, csharp, css, cython, cordpro, diff, docker, dockerfile, generic, standard, groovy, go, golang, html, ini, conf, java, js, javascript, jquery, mootools, ext.js, json, kotlin, less, lua, gfm, md, markdown, octave, matlab, nsis, php, powershell, prolog, py, python, raw, ruby, rust, scss, sass, shell, bash, sql, squirrel, swift, typescript, vhdl, visualbasic, vb, xml, yaml
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Theme
{{ Fill Theme Description }}
Type: System.String
Parameter Sets: (All)
Aliases:
Accepted values: enlighter, beyond, classic, godzilla, atomic, droide, minimal, eclipse, mowtwo, rowhammer, bootstrap4, dracula, monokai
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Title
{{ Fill Title Description }}
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.