Skip to content

Commit fa46d7d

Browse files
committed
Improve markdown in new example
Signed-off-by: worksofliam <[email protected]>
1 parent 5178ae8 commit fa46d7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/examples/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ export const Examples: SQLExamplesList = {
2323
name: "IBM i History",
2424
content: [
2525
`## `.concat([
26-
`This notebook utilizes the ENDED_JOB_INFO SQL service, which extracts details about jobs that have started and ended within a specific time period.`,
27-
`If no parameter values are passed to ENDED_JOB_INFO, it will use today and yesterday for the historical analysis.`,
28-
`Documentation: https://www.ibm.com/docs/en/i/7.5.0?topic=services-ended-job-info-table-function`,
26+
`This notebook utilizes the \`ENDED_JOB_INFO\` SQL service, which extracts details about jobs that have started and ended within a specific time period.`,
27+
`If no parameter values are passed to \`ENDED_JOB_INFO\`, it will use today and yesterday for the historical analysis.`,
28+
`[Click here for documentation](https://www.ibm.com/docs/en/i/7.5.0?topic=services-ended-job-info-table-function).`,
2929
].join('\n\n')),
3030

3131
`## Top 10 jobs that used the most temporary storage (where the job ended, today or yesterday)`,

0 commit comments

Comments
 (0)