يُعدّ دليل الـ Markdown مرجعًا شاملاً موجّهًا للمبتدئين والمحترفين على حدّ سواء. وُلد هذا المشروع نتيجة الإحباط من المراجع السابقة التي كانت غالبًا ناقصة أو غير كافية.
نرحّب بجميع المساهمات. لا تتردد في فتح Pull Request لإضافة أي تعديل أو تحسين.
قد ترغب في معاينة تغييراتك محليًا قبل إنشاء Pull Request. يعتمد دليل Markdown على مولّد المواقع الثابتة Jekyll. بعد عمل fork أو clone للمستودع، اتبع الخطوات التالية لتجهيز المشروع وتشغيله محليًا:
- تأكد من تثبيت Ruby على جهازك: https://www.ruby-lang.org/en/downloads/
bundle installbundle exec jekyll serve- افتح المتصفح وانتقل إلى: http://127.0.0.1:4000/
للمزيد حول إضافة تطبيقات إلى دليل أدوات Markdown، راجع صفحة الشرح التالية:
https://github.com/dawin-editor/markdown-guide-arabic/wiki/Markdown-tool-directory
يتم نشر أي Pull Request يتم دمجه في الفرع الرئيسي master تلقائيًا إلى موقع الإنتاج.
يخضع محتوى هذا المشروع لترخيص:
Creative Commons Attribution-ShareAlike 4.0 International
أما الشيفرة البرمجية المسؤولة عن تنسيق المحتوى وعرضه فهي مرخّصة بموجب:
MIT License
The Markdown Guide is a comprehensive Markdown reference designed for both novices and experts. It was born out of frustration with existing Markdown references that are incomplete and inadequate.
Contributions are welcome. Feel free to open a pull request with changes.
It can be helpful to preview changes on your computer before opening a pull request. The Markdown Guide uses the Jekyll static site generator. After forking or cloning the repository, perform the following steps to generate the site and preview it:
- Make sure you have ruby installed on your computer. See https://www.ruby-lang.org/en/downloads/
bundle installbundle exec jekyll serve- Point your browser at http://127.0.0.1:4000/
See this page for information about adding applications to the Markdown tools directory.
Pull requests merged to the master branch are automatically deployed to the production website.
The content of this project itself is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license, and the underlying source code used to format and display that content is licensed under the MIT license.