Commit 56b432bd authored by Satish Perala's avatar Satish Perala Committed by Sean McGivern

Removing the empty line at the class body beginning

parent a165a445
# 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?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment