Skip to content

Commit 896ad5a

Browse files
committed
replace backtick, confused github wiki
1 parent 553091c commit 896ad5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

misc/wiki-scripts/build_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function gen_wiki {
154154
# if [ -s $result_dir/fedex_"$i"_stderr.txt ]; then
155155
# fedex_details $i
156156
# fi
157-
make_schema_page $i $j >$out_dir/schema_$i.md
157+
make_schema_page $i $j | sed -e "s/\`/'/g;" >$out_dir/schema_$i.md # the backtick confuses github's wiki
158158
done
159159
echo "</table>" >>$matrix_file
160160
}

0 commit comments

Comments
 (0)