feat: define md.Content.Headings#258
Conversation
|
Thank you. I am gradually making progress on DSL as well. I thought I would record a little more detail, as it seems that not only the heading level but also the number of headings at each level will be important (e.g, |
|
Any data structure will fine, It is important that you find it easy to create DSL, so I would like to prioritize your preferences. So I will remake it in that form. By the way, we could use |
|
|
|
I see. So you want to enter the title string as is. That certainly provides the most information. However, would it be okay to use Similarly, it might also be possible to use |
|
Oh, my mistake. You're right. It should be |
md.Content.Headings
|
I added |
|
It will be helpful! |
We discussed this in #193 and #194, and I am considering withdrawing the pull request of #194. However, the heading level of the TITLE element in the slide is essential information for determining the layout, so I added it to the property of the
Content.This property itself does not have a particular impact at present, but it should be referenced when implementing the DSL to determine the layout.
The name
TitleHeadingLevelmay require further discussion.