lingo.dev 0.87.3 → 0.87.5

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/build/cli.cjs CHANGED
@@ -3099,7 +3099,7 @@ function md5(input2) {
3099
3099
 
3100
3100
  // src/cli/loaders/mdx2/code-placeholder.ts
3101
3101
 
3102
- var fenceRegex = /```([\s\S]*?)```/g;
3102
+ var fenceRegex = /($>\s*)?```([\s\S]*?)```/g;
3103
3103
  function ensureTrailingFenceNewline(_content) {
3104
3104
  let found = false;
3105
3105
  let content = _content;
@@ -5645,7 +5645,7 @@ function validateParams2(i18nConfig, flags) {
5645
5645
  // package.json
5646
5646
  var package_default = {
5647
5647
  name: "lingo.dev",
5648
- version: "0.87.3",
5648
+ version: "0.87.5",
5649
5649
  description: "Lingo.dev CLI",
5650
5650
  private: false,
5651
5651
  publishConfig: {