Searched refs:horizontalRule (Results 1 – 2 of 2) sorted by relevance
31 horizontalRule = regexp.MustCompile("^===[=]*===$") var749 return horizontalRule.MatchString(line)
32 horizontalRule = regexp.MustCompile(`^\s*<hr>\s*$`) var958 return horizontalRule.MatchString(line)