Jekyll generate audo ID-s for headlines

Hello!

I am using a standard Miniva theme. And I see, that Jekyll in my posts generates auto ID-s for headlines.

Example: for < h2 > Headline < h2 > Jekyll generate id=“Headline”. Here is a screenshot of issue:

What I can do for disabling ID-s generation? My website on the Russian language, and very not convenient to generation Russian ID-s.

looks like you should be able to configure that:

Thank you, sir, for the answer!

I am open config.yml file. And write these strings:

kramdown:
  auto_ids: false

And I see, that Jekyll stop generating ID-s for Headlines. I do right solution? Sorry for bad English.

I think so, if it is now doing what you want then it sounds good to me!