X-Git-Url: https://git.plutz.net/?p=cgilite;a=blobdiff_plain;f=markdown.awk;h=a50f7a2253cf0b3ca52798d819380602e454fcd1;hp=af3d7224657418caa809b5fa6223ce3cc1411224;hb=c4ba9cc2baf2fb79323279203b4e1694100ecabe;hpb=d61539cdd435eb812053104ab5a12700607732be diff --git a/markdown.awk b/markdown.awk index af3d722..a50f7a2 100755 --- a/markdown.awk +++ b/markdown.awk @@ -93,6 +93,7 @@ function URL ( text ) { gsub( /&/, "%26", text ); gsub( /"/, "%22", text ); gsub( /'/, "%27", text ); + gsub( /`/, "%60", text ); gsub( /\?/, "%3F", text ); gsub( /#/, "%23", text ); gsub( /\[/, "%5B", text );