Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve template descs #325

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions template.go
Original file line number Diff line number Diff line change
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