@mathcrowd/mmarked 1.7.7 → 1.7.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [1.7.9](https://cloud.mathcrowd.cn:2444/agile/frontend/mathcrowd-marked-lib/compare/v1.7.8...v1.7.9) (2024-10-23)
2
+
3
+
4
+ ### Features
5
+
6
+ * gallery extension added. ([c578412](https://cloud.mathcrowd.cn:2444/agile/frontend/mathcrowd-marked-lib/commits/c578412cc4ffab4226bfc068165e99f1dc631219))
7
+
8
+
9
+
10
+ ## [1.7.8](https://cloud.mathcrowd.cn:2444/agile/frontend/mathcrowd-marked-lib/compare/v1.7.7...v1.7.8) (2024-10-22)
11
+
12
+
13
+ ### Features
14
+
15
+ * pacakge.json updated. ([356e1b0](https://cloud.mathcrowd.cn:2444/agile/frontend/mathcrowd-marked-lib/commits/356e1b0b22b5307d09bc6ba977485caa835e5dd3))
16
+
17
+
18
+
1
19
  ## [1.7.7](https://cloud.mathcrowd.cn:2444/agile/frontend/mathcrowd-marked-lib/compare/v1.7.6...v1.7.7) (2024-10-22)
2
20
 
3
21
 
@@ -0,0 +1,56 @@
1
+ # Contributing to Our Project
2
+
3
+ We appreciate your interest in contributing to this project! To maintain the integrity of the project, please review the following guidelines before you start.
4
+
5
+ ## Table of Contents
6
+ 1. [Overview](#overview)
7
+ 2. [Reporting Issues](#reporting-issues)
8
+ 3. [Feature Requests](#feature-requests)
9
+ 4. [Submitting Pull Requests](#submitting-pull-requests)
10
+ 5. [Code Obfuscation Policy](#code-obfuscation-policy)
11
+ 6. [Setting Up Your Environment](#setting-up-your-environment)
12
+ 7. [Community Guidelines](#community-guidelines)
13
+
14
+ ## Overview
15
+ This project provides an obfuscated version of the source code to protect proprietary logic while maintaining open collaboration for certain aspects such as bug reports, documentation, and feature requests. We welcome all contributions that comply with these guidelines.
16
+
17
+ ## Reporting Issues
18
+ If you encounter bugs or unexpected behavior, please open an issue on our [GitHub Issues](https://github.com/your-repo/issues) page with the following details:
19
+ - A clear description of the problem.
20
+ - Steps to reproduce the issue.
21
+ - Any relevant logs or screenshots.
22
+
23
+ Please check existing issues before submitting a new one to avoid duplicates.
24
+
25
+ ## Feature Requests
26
+ We are happy to hear suggestions for new features! To submit a feature request, please open an issue labeled "Feature Request" and provide the following:
27
+ - A detailed description of the feature.
28
+ - The problem it aims to solve or improve.
29
+ - Potential use cases or scenarios where this feature would be beneficial.
30
+
31
+ ## Submitting Pull Requests
32
+ We are primarily accepting contributions related to:
33
+ - External integrations (e.g., third party editor integeration add-on)
34
+ - CSS Styles
35
+
36
+ Since the main codebase is obfuscated and not open-sourced, pull requests should not modify core functionality. If you are unsure whether a contribution is appropriate, feel free to discuss it by opening an issue first.
37
+
38
+ ### Guidelines for Pull Requests:
39
+ 1. Fork the repository and create your branch from `main`.
40
+ 2. Ensure your code adheres to the style guides.
41
+ 3. Write clear commit messages.
42
+ 4. Test your changes thoroughly before submitting.
43
+
44
+ For major changes, please open an issue to discuss the change first.
45
+
46
+ ## Code Obfuscation Policy
47
+ Please note that the core code is distributed in an obfuscated format to protect intellectual property. We cannot accept contributions that require modifications to the core source code. If you believe a change to the core logic is necessary, please open an issue to discuss possible workarounds.
48
+
49
+ ## Setting Up Your Environment
50
+ Although the core code is obfuscated, you can set up a development environment for contributing to peripheral components such as tests, documentation, or front-end enhancements by following these steps:
51
+
52
+ 1. Fork the repository.
53
+ 2. Clone your forked repository:
54
+ ```bash
55
+ git clone https://github.com/your-username/your-repo.git
56
+ cd your-repo
package/README.md CHANGED
@@ -76,11 +76,11 @@ const html = renderMarkdown('### Heading').parsed
76
76
 
77
77
  ## 📖 Documentation
78
78
 
79
- For detailed documentation in Chinese, visit our [Product Page](https://lab.mathcrowd.cn/markdown).
79
+ For detailed documentation in Chinese, visit our [Product Page](https://lab.mathcrowd.cn/mmarked).
80
80
 
81
81
  ## 🎮 Demo
82
82
 
83
- Try out our interactive demo [here](https://mathedu4all.github.io/mathcrowd-marked-lib/demo/).
83
+ Try out our interactive demo [here](https://mathedu4all.github.io/mmarked/demo/).
84
84
 
85
85
  ## 👥 About Mathcrowd
86
86