Skip to content

Commit

Permalink
chore: table template
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 23, 2023
1 parent eede125 commit 576fca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ NEW_LINE_CHARACTER +

/** The markdown template for a table */
export const MARKDOWN_TEMPLATE_TABLE =
'| Column 1 | Column 2 | Column 3 |' + NEW_LINE_CHARACTER +
'| Header | Header | Header |' + NEW_LINE_CHARACTER +
'| :--- | :--- | :--- |' + NEW_LINE_CHARACTER +
'| Content | Content | Content |'
'| Cell | Cell | Cell |'

/** The markdown template for a task. Ensure trailing space remains */
export const MARKDOWN_TEMPLATE_TASK = '- [ ] '
Expand Down

0 comments on commit 576fca9

Please sign in to comment.