HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ttscoff

no profile record

comments

ttscoff
·7 เดือนที่ผ่านมา·discuss
Things like Kramdown IALs, for example. Apex can handle a lot of (but not all) of Pandoc's special syntax, including cite-proc and bibliography support, but using Pandoc means you don't get features from Kramdown or mmark. Pandoc is über-powerful, but for 80-90% of simple Markdown->HTML cases, I think Apex is going to offer everything Pandoc does plus the benefit of extensions from processors it doesn't handle, and where it does handle them, you have to choose `--from markdown_mmd` or `--from gfm` --- with Apex you can use both mmd and gfm syntax at the same time with one unified parser.
ttscoff
·7 เดือนที่ผ่านมา·discuss
Yeah, that's how I felt about CommonMark, too (but I've come around). The thing I'm shooting for is not a new standard, it's a tool that implements all of the existing "standards." I'm not creating new syntax or enforcing new rules, just making a tool that means you don't have to think about which processor you're using and what extensions you might be giving up by choosing one over another.
ttscoff
·7 เดือนที่ผ่านมา·discuss
It definitely is not. nvUltra is mostly out of my hands right now, my own projects (including Marked 3) are what I'm doing while waiting for the last pieces to come together.