We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935aae5 commit 75ea65aCopy full SHA for 75ea65a
README.md
@@ -14,7 +14,7 @@ There will be a "File > Export" menu.
14
<a id="export.browser"></a>
15
## `export.browser`
16
17
-Command used to open in the user's default web browser exported HTML files.
+Command used to open exported HTML files in the user's default web browser.
18
19
<a id="export.line_numbers"></a>
20
## `export.line_numbers`
init.lua
@@ -12,7 +12,7 @@
12
-- @module export
13
local M = {}
---- Command used to open in the user's default web browser exported HTML files.
+--- Command used to open exported HTML files in the user's default web browser.
M.browser = WIN32 and 'start ""' or OSX and 'open' or LINUX and 'xdg-open'
--- Show line numbers in exported output.
0 commit comments