@alemonjs/bubble 2.1.0-alpha.8 → 2.1.0-alpha.9

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.
Files changed (2) hide show
  1. package/lib/send.js +1 -1
  2. package/package.json +1 -1
package/lib/send.js CHANGED
@@ -102,7 +102,7 @@ const sendToRoom = async (client, param, val) => {
102
102
  contentMd += line.value;
103
103
  }
104
104
  else if (line.type === 'MD.blockquote') {
105
- contentMd += `\n> ${line.value}\n`;
105
+ contentMd += `\n> ${line.value}`;
106
106
  }
107
107
  else if (line.type === 'MD.bold') {
108
108
  contentMd += `**${line.value}**`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alemonjs/bubble",
3
- "version": "2.1.0-alpha.8",
3
+ "version": "2.1.0-alpha.9",
4
4
  "description": "bubble platform",
5
5
  "author": "lemonade",
6
6
  "license": "MIT",