diff --git a/_mobile/android.md b/_mobile/android.md
index 526a3bd209da..fcd36b5d9961 100644
--- a/_mobile/android.md
+++ b/_mobile/android.md
@@ -323,3 +323,6 @@ Explicitly destructs native (C++) part of the Module, `torch::jit::script::Modul
As fbjni library destructs native part automatically when current `org.pytorch.Module` instance will be collected by Java GC, the instance will not leak if this method is not called, but timing of deletion and the thread will be at the whim of the Java GC. If you want to control the thread and timing of the destructor, you should call this method explicitly.
+
+
+
diff --git a/_mobile/home.md b/_mobile/home.md
index d27b1af93e62..41c07f9d3864 100644
--- a/_mobile/home.md
+++ b/_mobile/home.md
@@ -27,4 +27,6 @@ Learn more or get started on [Android](http://pytorch.org/mobile/android) or [iO
+
+
diff --git a/_mobile/ios.md b/_mobile/ios.md
index e57ae03dd3ce..e04e4937e22d 100644
--- a/_mobile/ios.md
+++ b/_mobile/ios.md
@@ -164,7 +164,6 @@ Currently, the iOS framework uses the raw Pytorch C++ APIs directly. The C++ doc
If you have any questions or want to contribute to PyTorch, please feel free to drop issues or open pull request to get in touch.
+
-
-
-
+