# File lib/creole/parser.rb, line 312
    def make_nowikiblock(input)
      input.gsub(/^ (?=\}\}\})/, '')
    end