#! /usr/bin/awk
BEGIN {
print "| site web | commentaires |"
}
{
printf "| %s |", "[" $1 "](" $1 ") "
$1 = ""
printf " %s |\n", $0