1.0.0 • Published 4 months ago

devlulcas-md v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

MD + SOME STUFF I LIKE

This is a set of plugins for remark to create a custom flavor of Markdown that I use for my own projects. It's a bit opinionated, but I think it's pretty nice.

Custom syntax

  • "Window" for code blocks with a title, footer, and copy button
----------------
| title [copy] |
----------------
| code         |
----------------
| footer       |
----------------
  • Unwrapped code blocks
----------------
| code         |
----------------
  • Special blockquotes syntax with custom types
> warning: this is a warning
> info: this is an info
> danger: this is a danger
> tip: this is a danger
  • Auto lazy loaded images with a placeholder class name
![alt text](image.png)
  • Auto "external link" icon for links that are not on the same domain

I don't wanna to deal with that right now, so it should be done through external plugins (sorry)

Use those in conjunction to get better results

Notes

  • Most of the custom syntax should be done through a custom remark plugin
  • Browser preview
1.0.0

4 months ago