Skip to content

Commit

Permalink
chore: comment for future reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakiyo committed Aug 28, 2023
1 parent 8baf256 commit 748d739
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions render/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ func format(md string) []string {
return res
}

// FIXME: this needs work. Run `~/.tilde/cache/pages/common/git.md` to see the mistakes
// in the printing format

// parse an `example`, remove `{{`, `}}` and underline the variable
func highLightVariable(line string) string {
return variableRegex.ReplaceAllString(line, underline("$1"))
Expand Down

0 comments on commit 748d739

Please # to comment.