Skip to content

Releases: kktjs/markdown-react-code-preview-loader

v2.1.9

Choose a tag to compare

@github-actions github-actions released this 24 Oct 09:44

npm version

Documentation v2.1.9: https://raw.githack.com/kktjs/markdown-react-code-preview-loader/b61f0b4/index.html
Comparing Changes: v2.1.9...v2.1.9

npm i markdown-react-code-preview-loader@2.1.9

v2.1.8

Choose a tag to compare

@github-actions github-actions released this 03 Oct 09:48

npm version

Documentation v2.1.8: https://raw.githack.com/kktjs/markdown-react-code-preview-loader/643ac99/index.html
Comparing Changes: v2.1.8...v2.1.8

npm i markdown-react-code-preview-loader@2.1.8

v2.1.7

Choose a tag to compare

@github-actions github-actions released this 20 Jul 10:40

npm version

Documentation v2.1.7: https://raw.githack.com/kktjs/markdown-react-code-preview-loader/462201c/index.html
Comparing Changes: v2.1.6...v2.1.7

npm i markdown-react-code-preview-loader@2.1.7

v2.1.6

Choose a tag to compare

@github-actions github-actions released this 28 May 10:26

npm version

Documentation v2.1.6: https://raw.githack.com/kktjs/markdown-react-code-preview-loader/862d683/index.html
Comparing Changes: v2.1.5...v2.1.6

npm i markdown-react-code-preview-loader@2.1.6

v2.1.5

Choose a tag to compare

@github-actions github-actions released this 06 Mar 16:25

npm version

Documentation v2.1.5: https://raw.githack.com/kktjs/markdown-react-code-preview-loader/22d5659/index.html
Comparing Changes: v2.1.4...v2.1.5

npm i markdown-react-code-preview-loader@2.1.5

v2.1.4

Choose a tag to compare

@github-actions github-actions released this 15 Feb 01:57

npm version

Documentation v2.1.4: https://raw.githack.com/kktjs/markdown-react-code-preview-loader/901eea0/index.html
Comparing Changes: v2.1.3...v2.1.4

npm i markdown-react-code-preview-loader@2.1.4

v2.1.3

Choose a tag to compare

@github-actions github-actions released this 15 Feb 01:52

npm version

Documentation v2.1.3: https://raw.githack.com/kktjs/markdown-react-code-preview-loader/901eea0/index.html
Comparing Changes: v2.1.2...v2.1.3

npm i markdown-react-code-preview-loader@2.1.3

v2.1.2

Choose a tag to compare

@github-actions github-actions released this 25 May 15:14

npm version

Documentation v2.1.2: https://raw.githack.com/kktjs/markdown-react-code-preview-loader/31406f9/index.html
Comparing Changes: v2.1.1...v2.1.2

npm i markdown-react-code-preview-loader@2.1.2

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 12 May 16:46

npm version

Documentation v2.1.1: https://raw.githack.com/kktjs/markdown-react-code-preview-loader/3ced95b/index.html
Comparing Changes: v2.1.0...v2.1.1

npm i markdown-react-code-preview-loader@2.1.1

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 12 May 16:42

npm version

Documentation v2.1.0: https://raw.githack.com/kktjs/markdown-react-code-preview-loader/3ced95b/index.html
Comparing Changes: v2.0.1...v2.1.0

npm i markdown-react-code-preview-loader@2.1.0
\```tsx mdx:preview:demo12&code=true&boreder=0
import React from "react"
const Demo = ()=>{
  return <div>测试</div>
}

export default Demo
\```
{
  data: {
    demo12: {
      code: "function ......"
      language: "jsx"
      name: 'demo12',
+      meta: { code: 'true', boreder: '0' },
      value: "impo....."
    }
  },
  components: { demo12: ƒ },
  source: "# Alert 确认对话框...."
}