How to read a markdown file in another markdown file?
问题 My purpose is to collect many descriptions written in markdown to a single markdown file for an integrated article. For instance, in ./f1/a.md This is the description for f1 project. and in ./b.md The introduction of f1 project is shown below, <!-- Contain of the a.md goes here --> The expected result of the b.md should be, The introduction of f1 project is shown below, This is the description for f1 project. So, how can I achieve this function? 回答1: Markdown itself doesn't support file