Wrap footnote definition in a paragraph#15
Conversation
|
Hey hey! Sorry about the long wait! This looks good for In the reverse program, we have something similar: Do you think that’s useful to add here too? |
|
I'm pretty sure that would be better, yep. Since I'll need the list inline nodes in here, it's not ideal to maintain IMO. A few ideas/solutions:
|
|
Ahh, sorry, late! I think a version of 1 makes the most sense, but in a separate utility? I think However, I think it makes sense to first inline it here, for now, before starting work on another utility? |
|
@vhf Ping! P.S. I know, I know, I’m late all the time 😒 |
|
@wooorm I'm also constantly late, no worries. :) It's the same list as |
|
HTML doesn’t really have “block” or “inline”, as that’s related to CSS, but it does have “phrasing” content (warning: the HTML spec is huge), which contains So how about |
|
@wooorm Here's my suggestion: https://github.com/syntax-tree/mdast-util-phrasing If you would have preferred I created this repo outside of the org then moved it there upon your approval please say so! :) |
|
No this is perfect! And what the organisation is for! Thank you!!! 🎉 So what are the next steps? |
|
Next step would be to bump the |
|
Sweet, sounds good! Could you add me on npm when you publish? Would you like me to do something? |
|
I will. No need, I can handle this. I'll assign the PR reviews to you. :) |
|
All done.
|
|
Now that I look at this again, is there actually a need for checking if there’s one node, and it’s phrasing? If |
|
I think you're right, |
|
Right?! That’s what I was thinking as well! Oh, I’m so sorry for leading you astray with my first comment #15 (comment)... In that case, should we just wrap this in a |
|
No big deal! Here it is again. 😄 |
|
Sweet! |
|
Released, plus everything I can access that depends on it! |
Since : - syntax-tree/mdast-util-to-hast#32 - khttps://github.com/syntax-tree/mdast-util-to-hast/pull/15
Here is a fix for #14
Please tell me what you think @wooorm !