Files
markdown-converter/src/templates/tutorial.md
T
amitwh d705cfc30b fix(batch): resolve pandoc path handling and include-subfolders option
- 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
2026-06-30 12:56:33 +05:30

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

Resources