Others - Code Layout

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