Skip to content

Instantly share code, notes, and snippets.

View alexe-dev's full-sized avatar
🍊

Alex Alexeev alexe-dev

🍊
View GitHub Profile
@alexe-dev
alexe-dev / mdfromat.js
Created November 6, 2023 15:14
Solution for 1st part metabase
/**
problem spec:
https://gist.github.com/ranquild/7d3b92d74322d430ea37d97a13868676
*/
import { sampleInput, sampleOutput } from "./samples";
const formatMD = (input) => {