Welcome to mirror list, hosted at ThFree Co, Russian Federation.

render_gfm_facade.js « wikis « shared « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 90cc2983153544552621e395eec2a15af6801988 (plain)
1
2
3
4
5
import $ from 'jquery';

export const renderGFM = (el) => {
  return $(el).renderGFM();
};