I’m pleased to announce that I have updated my free open source Markdown parser, MarkdownKit, to version 3.
This version adds support for GFM-style pipe tables which has been a much requested feature:
- Column alignment via
:--- (left), :---: (center), ---: (right)
- Tables with or without leading/trailing pipes
- Inline formatting within cells (bold, italic, links, code spans)
- Escaped pipes within cells (
\|)
- Tables with fewer/more cells than columns (empty cells or truncation)
Repo:
12 Likes
Thanx for your ongoing, wonderful contributions, dear colleague.
2 Likes
can I use this with API 1?? I am still using 2021r3.1 with API 1
Probably not. I don’t test with API 1.0 and I’m certain I’m using a lot of new features in Xojo.
for me last API1 is xojo 2019r11 ???
API 2.0 code would run in anything 2020r1 and later, but we’re on at least API 2.4 and the differences are not always backward compatible.
API 1.0 code continues to function to this day.