Skip to content

Commit

Permalink
Reword RenderMarkdown docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Dec 12, 2020
1 parent 47e056f commit d89c4b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions render.go
Expand Up @@ -70,9 +70,9 @@ const (
WithMetadata Settings = 0b1
)

// RenderMarkdown converts Markdown text to text/gemini using
// gomarkdown, appending Hugo YAML front matter data if any is present
// to the post header.
// RenderMarkdown converts Markdown text to Gemtext using gomarkdown. It
// appends Hugo YAML front matter data to the post header if
// WithMetadata is set.
//
// Only a subset of front matter data parsed by Hugo is included in the
// final document. At this point it's just title and date.
Expand Down

0 comments on commit d89c4b5

Please sign in to comment.