I’ve set pygmentsOptions = "linenos=table"
but failed to add row numbers to code block. How can I fix with it? Thanks.
Here’s my pygments
options.
pygmentsCodefencesGuessSyntax = true
pygmentsCodefences = true
pygmentsUseClasses = true
pygmentsOptions = "linenos=table" # I also tried pygmentsOptions=["linenos=table"]