Browse Source

Mousewheel paste

for-closed-social
James Cracknell 9 years ago
parent
commit
41cc43208e
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      modules/base/markdown.go

+ 0
- 4
modules/base/markdown.go View File

@ -234,10 +234,6 @@ func PostProcessMarkdown(rawHtml []byte, urlPrefix string) []byte {
var buf bytes.Buffer
tokenizer := html.NewTokenizer(bytes.NewReader(rawHtml))
for html.ErrorToken != tokenizer.Next() {
// A parse error has occurred, so return the original input unmodified
return rawHtml
token := tokenizer.Token()
switch token.Type {
case html.TextToken:

Loading…
Cancel
Save