From b2bc6e5f8fb50c3da191e24425225dba953cfa84 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Wed, 10 Apr 2019 09:34:39 -0700 Subject: [PATCH] putting jsdoc in markdown --- index.js | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/index.js b/index.js index 32c284b7..ee6232f7 100644 --- a/index.js +++ b/index.js @@ -1007,14 +1007,16 @@ class Encore { * }); * ``` * - * // or configure Encore-specific options - * Encore.enableVueLoader(() => {}, { - * // set optional Encore-specific options, for instance: - * - * // enable JSX usage in Vue components - * // https://vuejs.org/v2/guide/render-function.html#JSX - * useJsx: true - * }) + * ``` + * // or configure Encore-specific options + * Encore.enableVueLoader(() => {}, { + * // set optional Encore-specific options, for instance: + * + * // enable JSX usage in Vue components + * // https://vuejs.org/v2/guide/render-function.html#JSX + * useJsx: true + * }) + * ``` * * Supported options: * * {boolean} useJsx (default=false)