Estevão Soares dos Santos 10 ani în urmă
părinte
comite
0ac8972da1
4 a modificat fișierele cu 17 adăugiri și 3 ștergeri
  1. 16 2
      dist/showdown.js
  2. 0 0
      dist/showdown.js.map
  3. 1 1
      dist/showdown.min.js
  4. 0 0
      dist/showdown.min.js.map

+ 16 - 2
dist/showdown.js

@@ -1,4 +1,4 @@
-;/*! showdown 13-06-2015 */
+;/*! showdown 15-06-2015 */
 (function(){
 /**
  * Created by Tivie on 06-01-2015.
@@ -54,18 +54,32 @@ showdown.getOption = function (key) {
 /**
  * Get the global options
  * @static
- * @returns {{omitExtraWLInCodeBlocks: boolean, prefixHeaderId: boolean}}
+ * @returns {{}}
  */
 showdown.getOptions = function () {
   'use strict';
   return globalOptions;
 };
 
+/**
+ * Reset global options to the default values
+ * @static
+ */
 showdown.resetOptions = function () {
   'use strict';
   globalOptions = JSON.parse(JSON.stringify(defaultOptions));
 };
 
+/**
+ * Get the default options
+ * @static
+ * @returns {{}}
+ */
+showdown.getDefaultOptions = function () {
+  'use strict';
+  return defaultOptions;
+};
+
 /**
  * Get or set a subParser
  *

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
dist/showdown.js.map


Fișier diff suprimat deoarece este prea mare
+ 1 - 1
dist/showdown.min.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
dist/showdown.min.js.map


Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff