menu
gpt_markdown package
documentation
plusparse/block_syntax.dart
FencedBlockSyntax
FencedBlockSyntax.new const constructor
FencedBlockSyntax.new const constructor
dark_mode
light_mode
FencedBlockSyntax
constructor
const
FencedBlockSyntax
(
{
required
String
type
,
required
String
opening
,
String
closing
=
':::'
,
})
Implementation
const FencedBlockSyntax({ required this.type, required this.opening, this.closing = ':::', });
gpt_markdown package
documentation
plusparse/block_syntax
FencedBlockSyntax
FencedBlockSyntax.new const constructor
FencedBlockSyntax class