Let’s recruit together and find your next colleague.
(function(){
// 👉 remplace par TON worker si besoin
const API = "https://payfit-career-bot.rrouillard87.workers.dev";
// --- Format Markdown simple (gras, italique, listes, liens, paragraphes) ---
function formatMD(text){
if (!text) return "";
let h = String(text).replace(/&/g,"&").replace(//g,">");
h = h.replace(/\*\*(.*?)\*\*/g, "$1").replace(/\*(.*?)\*/g, "$1");
h = h.replace(/\[([^\]]+)\]\((https?:\/\/[^\s)]+)\)/g, `$1`);
h = h.replace(/(?:^|\n)[-\u2022]\s*(.*?)(?=\n|$)/g, `