Peter Stenger

Results 277 comments of Peter Stenger

~~Marking as draft, I'm not sure this is wanted anymore since https://github.com/axe-me/vite-plugin-node/pull/127 got merged.~~ Edit: we have made sufficient tweaks that we will want this.

I got this building in tinygo `0.38.0` without any workarounds.

If the maintenance status of this project changes, please close this issue!

Can we make the elements reject invalid children? I.e. some elements expect children of a certain type. Doing that would at least postpone the issue of blank lines to the...

I'm a little confused by #7467 then, was there another issue other than the fact that within markdown files, the syntax is more strict to avoid p tags?

How about using some form of post-processing with rehype? https://www.npmjs.com/package/rehype-rewrite My idea is that for some of our custom elements, we should look at the inner HTML, and unwrap (i.e....

> Unless we have a really good reason, we never want to build things in a way that hardcodes knowledge about particular elements, their structure, or their implementation. What if...

Some good points @jonatanschroeder. I'm not fully convinced that instructors would be bothered by the fact that they have to follow the CommonMark spec (newline before markdown content), but I...

This would be another non-standard extension, but what if we by default, render all elements in markdown mode (potentially with a preprocessing step)? So transform ``` This is the *first*...

Distilling these out of Slack: audit_logs will be deprecated in favor of a `audit_events` in a format similar to audit_events from PT. - Future logs we want to display to...