markdown-slides-cli 1.0.6 → 1.0.7

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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -508,6 +508,15 @@ MIT License (c) Mohan Chinnappan
508
508
 
509
509
  ---
510
510
 
511
+ ## Markdown Slides framework with library of Slides
512
+ - [Markdown Slides](https://mchinnappan100.github.io/pages2/slides/slides.html?url=https://raw.githubusercontent.com/mchinnappan100/myslides/refs/heads/main/ic/ic-engines.md)
513
+
514
+
515
+ ### Using a slide from this collection
516
+ ```bash
517
+ curl https://raw.githubusercontent.com/mchinnappan100/myslides/refs/heads/main/ic/ic-engines.md | markdown-slides
518
+ ```
519
+
511
520
  **Made with ❤️ for presenters, educators, and developers**
512
521
 
513
522
  **Happy Presenting! 🎤✨**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markdown-slides-cli",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Interactive markdown slide presentation with live editing and minimap view",
5
5
  "main": "index.js",
6
6
  "publisher": "mohanchinnappan",