[go: up one dir, main page]

Skip to content

Migrate render_gfm behavior to vanilla Javascript

The render_gfm behavior currently relies on jQuery. As we are trying to move away from jQuery, it would be beneficial to migrate this behavior to a vanilla Javascript version. We might be able to rewrite it in-place. Otherwise, we can consider creating a new behavior altogether, and migrate usages iteratively, TBD.

Edited by Stanislav Lashmanov