Parse string to a list of xexprs. (define xs (parse-markdown "I am _emph_ and I am **strong**.")) xs. '((p () "I am " (em () "emph") " and I am " (strong ...
確定! 回上一頁