quasar-ui-danx 0.4.26 → 0.4.27
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/danx.es.js +2 -2
- package/dist/danx.es.js.map +1 -1
- package/dist/danx.umd.js +2 -2
- package/dist/danx.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/helpers/formats.ts +0 -1
package/package.json
CHANGED
package/src/helpers/formats.ts
CHANGED
@@ -384,7 +384,6 @@ export function parseMarkdownCode(string: string): string {
|
|
384
384
|
* ie: a valid JSON string with a ```json prefix and ``` postfix
|
385
385
|
*/
|
386
386
|
export function fMarkdownCode(type: string, string: string | object): string {
|
387
|
-
console.log("formatting", type, string);
|
388
387
|
if (typeof string === "object" || isJSON(string)) {
|
389
388
|
switch (type) {
|
390
389
|
case "yaml":
|