File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ Clipboard snippet code converter for http://habr.com.
44Transforms code from usual html IntelliJ IDEA format into special _ habr.com_ format.
55
66** Usage:**
7- * Single run mode
7+ * * Single execution mode*
88 * Select code region in IntelliJ IDEA and press Ctrl-C (Copy)
99 * Run ` java -jar code-converter.jar `
1010 * Goto habr.com page editor and press Ctrl-V (Paste)
1111
12- * Daemon mode
12+ * * Daemon mode*
1313 * Run ` java -jar code-converter.jar daemon `
1414 * Select code region in IntelliJ IDEA and press Ctrl-C (Copy)
1515 * Goto habr.com page editor and press Ctrl-V (Paste)
1616 * Select code region in IntelliJ IDEA and press Ctrl-C (Copy)
17- * Goto habr.com page editor and press Ctrl-V (Paste)~~~~
18- ...
17+ * Goto habr.com page editor and press Ctrl-V (Paste)
18+ * etc
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ private fun String.popupBr() =
7575 .replace(uselessFont, " $1" )
7676
7777private fun String.replaceTags () =
78- replace(" <br>" , " \n " )
78+ replace(" <br>" , " \n " )
7979 .replace("  " , " " )
8080
8181private fun String.styledWith (style : String ) =
You can’t perform that action at this time.
0 commit comments