We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553091c commit 896ad5aCopy full SHA for 896ad5a
1 file changed
misc/wiki-scripts/build_all.sh
@@ -154,7 +154,7 @@ function gen_wiki {
154
# if [ -s $result_dir/fedex_"$i"_stderr.txt ]; then
155
# fedex_details $i
156
# fi
157
- make_schema_page $i $j >$out_dir/schema_$i.md
+ make_schema_page $i $j | sed -e "s/\`/'/g;" >$out_dir/schema_$i.md # the backtick confuses github's wiki
158
done
159
echo "</table>" >>$matrix_file
160
}
0 commit comments