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

constants.js « blob_viewers « components « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 957e642fcb8d38142da7176827c14cd6087ec7dc (plain)
1
2
3
4
5
export const HIGHLIGHT_CLASS_NAME = 'hll';
export const MARKUP_FILE_TYPE = 'markup';
export const MARKUP_CONTENT_SELECTOR = '.js-markup-content';
export const ELEMENTS_PER_CHUNK = 20;
export const CONTENT_LOADED_EVENT = 'richContentLoaded';