We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@algorithm/cli
README
1 parent cb9c0a7 commit d2d512fCopy full SHA for d2d512f
packages/cli/src/lib/template/templates/readme.ts
@@ -8,14 +8,14 @@ export const README_TEMPLATE = `
8
| 제목 | 풀이 |
9
| - | - |
10
{{#each leetcode}}
11
-| [{{this.id}}. {{this.title}} ↗]({{this.url}}) | [풀이 보기]({{this.relativePath}}) |
+| [{{this.meta.id}}. {{this.meta.title}} ↗]({{this.meta.url}}) | [풀이 보기]({{this.relativePath}}) |
12
{{/each}}
13
14
### Programmers
15
16
17
18
{{#each programmers}}
19
-| [{{this.title}} ↗]({{this.url}}) | [풀이 보기]({{this.relativePath}}) |
+| [{{this.meta.title}} ↗]({{this.meta.url}}) | [풀이 보기]({{this.relativePath}}) |
20
21
`;
0 commit comments