How to create code snippet with tabs in Github?
问题 How to create code snippet with tabs in Github, something like this:: 回答1: GitHub pages or GFM (GitHub Flavored Markdown) themselves does not have a feature for that kind of snippet code presentation. For GitHub pages, you would need to upload an HTML page, with the right CSS, n order to achive that kind of presentation. 来源: https://stackoverflow.com/questions/49973422/how-to-create-code-snippet-with-tabs-in-github