Thinkmill / keystatic

First class CMS experience, TypeScript API, Markdown & YAML/JSON based, no DB

Home Page:https://keystatic.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for `start` attribute in editor when using Markdoc

nsylke opened this issue · comments

The list node in Markdoc supports the start attribute by default. It would be amazing if Keystatic could support one of the following:

  • Allow to modify the starting number of list through the editor
  • Do not revert the starting number back to 1 when saving the file in the editor (you can go into the mdoc file, change the first number of the list to a number greater than 1 and it'll start at that number if you pass in the start prop from the renderer)