Oh, I forgot about this edge case ``` jupytext # %% [markdown] # ### header 1.1.1 # content balabalabala 1.1.1 # #### header 1.1.1.1 # content balabalabala 1.1.1.1
# %% [markdown] # #### header 1.1.1.2 ``` In this case, only two nodes should be generated: ``` ### header 1.1.1 #### header 1.1.1.2 ``` -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/leo-editor/CA%2BUQrQwJPZhxqor%3D0YuNjNsyQ54KMx4pQDg%2BC2VeDNgvVaRYdQ%40mail.gmail.com.
