Marcus Klaas de Vries
Marcus Klaas de Vries
The data structure generated by `sortedvec_slicekey!` does this now, but lifetime issues currently block implementing this for `sortedvec!`..
@crlf0710 This is an interesting observation. Indeed, [dingus] emits paragraphs even for tight lists. It is only for HTML generation that it strips them. Pulldown does 'tree surgery' to remove...
I'm not opposed to using PHFs. It certainly is a good solution from a technical point of view. My concern is that it does introduce an additional dependency, and one...
This is a tricky one. On the one hand, the value of back-references are immediately apparent. On the other, implementing does not play well with the two-phase design of pulldown....
Nice! Thanks for keeping the project alive!
Nice, the failing check prevents us from merging, as it should!
It seems like this should be reasonably straightforward to implement as an extension. I can mentor anyone that would like to try to do this. Shoot me a message here...
I don't think this is being worked on at the moment. It's open for any person to start work on. I am still available to assist.
That's awesome! I only have very general pointers: first try to get a general idea of the parsing strategy (two phases) and then think of where description lists could fit...
Hmmm.. the master branch now does replace the nulls inside the code blocks, but doesn't recognize the links any more. Double checking the spec to see if this is intended...