Bjørn Erik Pedersen
Bjørn Erik Pedersen
@udf2457 I'm not sure what you expect from us. A proposal in a open source repository needs to be as concrete and practical as possible, pointing to some generic links...
In general, I agree. I took some short cuts re. mobile (the top menu should/could also be expandable). I'm not totally convinced that it's worth complicating the setup for this,...
Looking at the above, I like most things about it; we greatly reduce the amount of methods on the giga `Page` interface (making it easier to understand, I think) and...
@jmooring I have now pushed a version that passes all tests, including `ContentWithoutSummary`. >I don't understand what it does So, `scope` is a little specialised, but questions related to this...
>And while I appreciate grouping related items, I believe most users would prefer to do this: I will keep these top level Page content methods for now, but at some...
This is the regexp in question: ``` (?i)^\[!(NOTE|TIP|WARNING|IMPORTANT|CAUTION)\] ``` We HTML context here is _the start of a blockquote in a render hook_, so I suspect it would be more...
I guess this relates to #12801 ... This feature was added to support "GitHub syntax" which is pretty wide spread. My question for both of these issues are: How big/widespread...
>If you want to make this issue the bug I can actually follow the contribution guidelines and start with a feature request on the forum to make a proposal. This...
Testing this, i see these variants: ``` > [!tip] Callouts can have custom titles > Like this one. > [!tip] Title-only callout > [!faq]- Are callouts foldable? > Yes! In...
OK, I didn't get get as much relevant feedback on this as I had hoped. I was hoping that adding this WASM/Wasi/JS feature could be a good proof of concept...