empress / ember-showdown-prism

https://ember-showdown-prism.netlify.app/
MIT License
11 stars 3 forks source link

Line Numbers in Code Blocks #12

Open jrock2004 opened 4 years ago

jrock2004 commented 4 years ago

How can I configure to not show the line numbers for my code blocks?

posts: [
  {
    id: 1,
    title: 'This is my first post',
    body: 'Some description would go here'
  }
]

When I view the page I see this

image

I opened a ticket with ember-prism, thinking maybe that comes from them, but they say on theirs the default is no line numbers