I updated hugo version to 0.60.0 and found that this code block changed to
this.
Even thought I have set this params,
pygmentsOptions = "linenos=table"
pygmentsUseClasses = true
code block with no language specified no longer wrapped by table tag.
Before:
After:
How should I do if if want to render code block as before?