Removing the empty line at the class body beginning

This commit is contained in:
Satish Perala 2016-08-26 09:36:03 +05:30 committed by Sean McGivern
parent a165a4452e
commit 56b432bd99
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
# Class to have all utility functions related to markdown
class MarkdownUtils
# Convert image urls in the markdown text to absolute urls
def self.absolute_image_urls(markdown_text)
if markdown_text.present?