Ask HN: How are you using Markdown files these days? 2 points by fred_terzi 1y ago ↗ HN I am now using markdown daily for my AI paired programming, and more and more I see every site and tool using it.How are you using it?
[–] sigwinch 1y ago ↗ It’s a fine interchange format and I prefer it from my ripgrep preprocessor as opposed to text. [–] fred_terzi 1y ago ↗ can you explain more what you mean by that? I'm curious what the use case is. [–] sigwinch 1y ago ↗ To diff or even just page through a bag of arbitrary documents, there are a bunch of content extractors which helpfully target clean Markdown.For anything more elaborate, my main competitor to Markdown is the Pandoc internal representation.
[–] fred_terzi 1y ago ↗ can you explain more what you mean by that? I'm curious what the use case is. [–] sigwinch 1y ago ↗ To diff or even just page through a bag of arbitrary documents, there are a bunch of content extractors which helpfully target clean Markdown.For anything more elaborate, my main competitor to Markdown is the Pandoc internal representation.
[–] sigwinch 1y ago ↗ To diff or even just page through a bag of arbitrary documents, there are a bunch of content extractors which helpfully target clean Markdown.For anything more elaborate, my main competitor to Markdown is the Pandoc internal representation.
[–] mmarian 1y ago ↗ Using markdown for the content on my blog site built with Astro. Don't have to think about hosting a backend, it's statically-built.
4 comments
[ 1.0 ms ] story [ 19.5 ms ] threadFor anything more elaborate, my main competitor to Markdown is the Pandoc internal representation.