There are multiple markdown to text libraries on npm (markdown-to-text, markdown-to-txt, remove-markdown), however they all ...
std.fmt.parseInt
from the standard library is what you are looking for. It allows parsing integers of various types (u32
, i64
, u8
, etc.), as well as ...