I use this lib for codeblock rander, config as https://github.com/steve02081504/fount/blob/master/src/pages/scripts/markdownConvertor.mjs#L641 and when I wrote markdown like this: ````md ```brainfuck >+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.[-] >++++++++[<++++>-] <.>+++++++++++[<++++++++>-]<-.--------.+++ .------.--------.[-]>++++++++[<++++>- ]<+.[-]++++++++++. ``` ```` in my transformer `createCodeBlockPlugin` Ill got an `this.options.lang == 'plaintext'` how can I get an `'brainfuck'`?
I use this lib for codeblock rander, config as https://github.com/steve02081504/fount/blob/master/src/pages/scripts/markdownConvertor.mjs#L641
and when I wrote markdown like this:
in my transformer
createCodeBlockPluginIll got anthis.options.lang == 'plaintext'how can I get an
'brainfuck'?