Skip to content

Commit d791e76

Browse files
committed
Change max-width to 55em
1 parent b8e7d1d commit d791e76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: scripts/build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ pandoc_opts=(
1111
--standalone
1212
--from markdown --to html
1313
--metadata title='Reference Documentation for Rust Analyzer Options'
14+
--metadata maxwidth='55em'
1415
--template "$repo_dir/pandoc.html.template"
1516
-V "date-meta=$(date +%F)"
1617
)
@@ -104,4 +105,4 @@ if [[ $# -eq 1 ]]; then
104105
fi
105106

106107
usage
107-
exit 1
108+
exit 1

0 commit comments

Comments
 (0)