From e7cf6fd7451952e7eae6a743b7b1fdd66bb23dd9 Mon Sep 17 00:00:00 2001 From: Siddhant Sharma Date: Thu, 4 Oct 2018 00:29:15 +0530 Subject: [PATCH] #692 multi line codes in
 turn to one line after mail
 send.

Cleared the issue #692.
---
 #692.md | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 #692.md

diff --git a/#692.md b/#692.md
new file mode 100644
index 000000000..81d6622d9
--- /dev/null
+++ b/#692.md
@@ -0,0 +1,24 @@
+You can try to use this one -
+
+
+ int a = 10; + int b = 10; + int d = 10; + +
+ +And if you insist on using
 only and not 
then, + +
+ 
+              int a = 10;
+              int b = 10;
+              int d = 10;
+
+
+ +pre { overflow: auto; } +Using this will allow a fixed size with horizontal scrolling for long lines, which I guess is good for a blog. + +Just experiment with these and let me know! +