All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web-interface.assets.a934b622dd8bdcdcdc1dde985a07ac14.js Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
ace.define("ace/snippets/rst",["require","exports","module"],(function(require,exports,n){"use strict";exports.snippetText="# rst\n\nsnippet :\n\t:${1:field name}: ${2:field body}\nsnippet *\n\t*${1:Emphasis}*\nsnippet **\n\t**${1:Strong emphasis}**\nsnippet _\n\t\\`${1:hyperlink-name}\\`_\n\t.. _\\`$1\\`: ${2:link-block}\nsnippet =\n\t${1:Title}\n\t=====${2:=}\n\t${3}\nsnippet -\n\t${1:Title}\n\t-----${2:-}\n\t${3}\nsnippet cont:\n\t.. contents::\n\t\n",exports.scope="rst"})),ace.require(["ace/snippets/rst"],(function(n){"object"==typeof module&&"object"==typeof exports&&module&&(module.exports=n)}));




© 2015 - 2024 Weber Informatics LLC | Privacy Policy