Commit 4afa77b0 authored by Jonne Haß's avatar Jonne Haß Committed by GitHub
Browse files

Merge pull request #6980 from svbergerem/post-content-inline-images

Display markdown images inline
parents 76a5f8e6 9f848217
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -14,4 +14,8 @@
      margin-top: 0;
    }
  }

  .img-responsive {
    display: inline;
  }
}