reverted 21255f773ecf
This commit is contained in:
parent
b0be03670b
commit
e188ad9eae
@ -96,11 +96,6 @@ func (p *Parser) Markdown(src io.Reader, f Formatter) {
|
|||||||
f.Finish()
|
f.Finish()
|
||||||
}
|
}
|
||||||
|
|
||||||
// MarkdownString is like Markdown, but takes a string argument instead of an io.Reader.
|
|
||||||
func (p *Parser) MarkdownString(src string, f Formatter) {
|
|
||||||
p.Markdown(strings.NewReader(src), f)
|
|
||||||
}
|
|
||||||
|
|
||||||
func (p *Parser) parseRule(rule int, s string) (tree *element) {
|
func (p *Parser) parseRule(rule int, s string) (tree *element) {
|
||||||
old := p.yy.ResetBuffer(s)
|
old := p.yy.ResetBuffer(s)
|
||||||
if old != "" && strings.Trim(old, "\r\n ") != "" {
|
if old != "" && strings.Trim(old, "\r\n ") != "" {
|
||||||
|
Loading…
Reference in New Issue
Block a user