mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
- Normalize pandoc command parsing with path.basename() to support bundled binary paths - Use bundled pandoc binary in convertWithPandoc instead of relying on PATH - Forward includeSubfolders checkbox state from renderer to main process - Add pandoc availability check before batch conversion - Re-enable Start button when batch conversion completes - Clean up obsolete dist build artifact causing test snapshot warning - Bump version to 4.4.4
1.0 KiB
1.0 KiB
Tutorial: [Topic Name]
Date: {{DATE}} Difficulty: Beginner / Intermediate / Advanced Time: ~30 minutes
Prerequisites
- Prerequisite 1
- Prerequisite 2
What You Will Learn
- Learning objective 1
- Learning objective 2
Step 1: Getting Started
Description of the first step.
# Example command
echo "Hello, World!"
Step 2: Core Concepts
Explain the main concepts here.
Key Concept A
Details about concept A.
Key Concept B
Details about concept B.
Step 3: Building the Feature
Walk through the implementation.
// Example code
function example() {
return 'Hello';
}
Step 4: Testing
How to verify everything works.
Common Issues
Issue 1
Problem: Description of the problem. Solution: How to fix it.
Issue 2
Problem: Description of the problem. Solution: How to fix it.
Next Steps
- Suggested follow-up 1
- Suggested follow-up 2