m2m icon indicating copy to clipboard operation
m2m copied to clipboard

Transform a Medium post into a Markdown file

Results 4 m2m issues
Sort by recently updated
recently updated
newest added

Complete batch conversion and fix a bug of `fname`.

Using the [Google Translate API](https://cloud.google.com/translate/docs/) or other translation tool API to automatically convert documents to a specific language.

The idea is to facilitate the way we can use this Medium to Markdown transformation CLI would be great solution for this challenge

Methods: `parse_text`, `markdown_paragraph`, `markdown_unordered_list`, and `markdown_ordered_list`