Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 782e5bf

Browse files
authored
border the table
Currently, I am not able to see the table bordering. I think kramdown does not support the bordering a table with Jekyll. SO I am adding {:class="table table-bordered"} this line of code before the table. So that it should be seen as bordered in a blog.
1 parent 381cce5 commit 782e5bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_posts/java-string/2019-12-24-difference-between-stringbuffer-and-stringbuilder.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Now you can learn the difference, the `StringBuffer` class is synchronized while
5050

5151
But this is the main difference. We will discuss a few more differences which came into the existence because of this main difference.
5252

53+
{:class="table table-bordered"}
5354
| Feature | `StringBuffer` | `StringBuilder`|
5455
| --- | --- |---|
5556
| Synchronization| `StringBuffer` is synchronized. That means all the methods of the `StringBuffer` class are synchronized.| `StringBuilder` is not synchronized. That is none of the methods of the `StringBuilder` class is synchronized.|

0 commit comments

Comments
 (0)