-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Currently we only render on the client side, thus only JS-based parsers/renderers. We could fetch any lib that works in the browser on demand.
We also have Cloudflare workers, but they also only speak JS -- which was a bit surprising to me tbh.
Other than that we use the GitHub infrastructure which has runners for every language and OS but it is more challenging to program. But by far more interesting too.
Progress is when people research (in some depth) which browser lib is needed for which markup format, and how to use it (in a safe way).
Another way to think about this, is to have just syntax highlighting for such formats (ideally the same tokenization as in Sublime Text 😁).
Metadata
Metadata
Assignees
Labels
No labels