Category: Markdown
-
Post Views: 63 1. I found that readme.md is normal in VS code, but in github, the format is messed up. How to solve it? Figure 1, Figure 2 2. Reason: If there is no “` package, github will directly ‘flatten’; the title is not separated by blank lines, which does not meet the markdown specification. Reorganize into standard GitHub…
-
Post Views: 17 1. The form on the URL: #11-page, template type, and template, which cannot be jumped to the corresponding position. as shown in Figure 1 2. Decide to view the rendered HTML statement. Check: 1.1 The difference between the page, the template type, and the template. id=”user-content-11 – difference between page template type templates”. as shown in Figure…
-
Post Views: 16 1. Click the anchor point in the Markdown document to jump to the corresponding position. as shown in Figure 1 2. In phpstorm, open the editor. When the mouse is placed on #1-overview, it prompts: The targeting tag #1-overview cannot be resolved. as shown in Figure 2 3. When entering #1, the IDE will be completed automatically,…
-
Post Views: 50 1. In the ShowDoc, 2 * 3600 is displayed as: 2 * 3600. 30 * 24 * 3600 is displayed as: 30 24 3600. as shown in Figure 1 2. Use escape characters in 30 * 24 * 3600, modify it to: 30 \* 24 \* 3600. 30 \* 24 \* 3600 are displayed as: 30 *…
-
Post Views: 13 1. Write interface documents on RAP, you can use the function of importing JSON, and support multi-level parameters. as shown in Figure 1 2. Write the interface document on the showdoc, do not provide the function of importing json, it must be written based on markdown manually. as shown in Figure 2 3. Write an interface document…