This page introduces some specific errors that should be avoid in the coding part in markdown files for this blog website, or the page’s upload will fail
Insert a space between two tags
For example, for a two-dimention array in java, use:
int[][] L = { {0, 1}, {2, 3} };
Or the website could not be updated successfully.
Document Information
- Author: Zeka Lee
- Link: https://zhekaili.github.io/wiki/layout/
- Copyright: 自由转载-非商用-非衍生-保持署名(创意共享3.0许可证)