prawndown-ext 0.1.15 → 0.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a36350204d8f370f63b72c19e2c62b01fabd6f91da0f0692030c91fa62b3080
4
- data.tar.gz: 386b3f53a8192f86ba5098b96d4546a70fb1a7a1633ae0953d44efe0f235f568
3
+ metadata.gz: d8fa95620eebc8d3fa569c881e09daa303a05699baf9843fc651545b201bbad1
4
+ data.tar.gz: ccc52e640bbd4f156b1408c89ad172e9d116d1c4b72a893e2cafedd449fbd18c
5
5
  SHA512:
6
- metadata.gz: dd33059ec96a336eb4da186b927255367065a73439ebfd342a2fa2779b554cb41ca46daf48bd28028ead472bde09d0cab4d9e3d3cd1384f77173bb9407ea72d0
7
- data.tar.gz: 4547aa854d79817b71db117e51369e452d4baec7b34c3619b3561db83bda9e8efcaa67a4e98662840ab06834dec4fb49af342aff84a5c50360a3dbc4c74ec36c
6
+ metadata.gz: 62d58191700aa0e9cc2305ada47ccdeb970c9705996a0fce8f38d07e36a49bfe4d567ce0ac98d020c5038c20c18b48da338d05af3590218f05470a5a02a60989
7
+ data.tar.gz: 75f66b1cc2f22eef7d9626cca4ccc2dd15cf5f2694bdd49859f29686fadbd5000c453fdbe5cf48136992d2f672c0de6c3b1c4b23bce0dfd62c7dc019ed21b80b
@@ -130,7 +130,7 @@ module PrawndownExt
130
130
  end
131
131
 
132
132
  def paragraph(text)
133
- %(#{text})
133
+ %(#{text}\n\n)
134
134
  end
135
135
 
136
136
  def linebreak
@@ -2,6 +2,6 @@
2
2
 
3
3
  module PrawndownExt
4
4
  module Ext
5
- VERSION = "0.1.15"
5
+ VERSION = "0.1.16"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prawndown-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - PunishedFelix