mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-20 00:10:51 +00:00
8 lines
164 B
JavaScript
8 lines
164 B
JavaScript
|
define(function(require, exports, module) {
|
||
|
"use strict";
|
||
|
|
||
|
exports.snippetText = require("../requirejs/text!./markdown.snippets");
|
||
|
exports.scope = "markdown";
|
||
|
|
||
|
});
|