Skip to content

Commit

Permalink
Merge pull request #325 from se-omar/template-descs
Browse files Browse the repository at this point in the history
improve template descs
  • Loading branch information
brianvoe committed Jan 17, 2024
2 parents 89c864a + 74556e6 commit 6dce06a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.go
Expand Up @@ -373,7 +373,7 @@ Markus Moen`,
AddFuncLookup("markdown", Info{
Display: "Random markdown document",
Category: "template",
Description: "Generates random markdown document",
Description: "Lightweight markup language used for formatting plain text",
Example: `# PurpleSheep5
*Author: Amie Feil*
Expand Down Expand Up @@ -410,7 +410,7 @@ MIT`,
AddFuncLookup("email_text", Info{
Display: "Random text email Document",
Category: "template",
Description: "Generates random email document.",
Description: "Written content of an email message, including the sender's message to the recipient",
Example: `Subject: Greetings from Marcel!
Dear Pagac,
Expand Down

0 comments on commit 6dce06a

Please sign in to comment.