Markdown Code Demo 2021-08-01 Lambda functions in Python are like lambda x: x+1. The following Lambda functions and simple functions are the same: def add1(x): return x+1 add2 = lambda x: x+2 add1(5) # 6 add2(5 ...
Markdown 效果演示 2021-07-08 h3 h4 h5 没有 h6 哈哈哈哈哈。 very very very very very very very very long title 图片 相对路径图片 绝对路径图片 链接 [相对路径链接](../../images/ ...
Markdown Slot 1 2019-02-26 VuePress implements a content distribution API for Markdown. With this feature, you can split your document into multiple fragments to facilitate flexible composition in the layout component. <!-- mo ...