@readme/markdown 10.2.12 → 11.0.0

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.
package/dist/main.js CHANGED
@@ -66907,7 +66907,7 @@ class Owlmoji {
66907
66907
 
66908
66908
 
66909
66909
 
66910
- const gemoji_regex = /:(?<name>\+1|[-\w]+):/g;
66910
+ const gemoji_regex = /(?<=^|\s):(?<name>\+1|[-\w]+):/g;
66911
66911
  const gemojiReplacer = (_, name) => {
66912
66912
  switch (Owlmoji.kind(name)) {
66913
66913
  case 'gemoji': {
package/dist/main.node.js CHANGED
@@ -87110,7 +87110,7 @@ class Owlmoji {
87110
87110
 
87111
87111
 
87112
87112
 
87113
- const gemoji_regex = /:(?<name>\+1|[-\w]+):/g;
87113
+ const gemoji_regex = /(?<=^|\s):(?<name>\+1|[-\w]+):/g;
87114
87114
  const gemojiReplacer = (_, name) => {
87115
87115
  switch (Owlmoji.kind(name)) {
87116
87116
  case 'gemoji': {