replace backtick, confused github wiki
This commit is contained in:
parent
553091cfae
commit
896ad5abc2
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ function gen_wiki {
|
|||
# if [ -s $result_dir/fedex_"$i"_stderr.txt ]; then
|
||||
# fedex_details $i
|
||||
# fi
|
||||
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
|
||||
done
|
||||
echo "</table>" >>$matrix_file
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue