Skip to content

Make HackMD alert areas working in your markdown editor

Notifications You must be signed in to change notification settings

poul1x/MarkdownAlertAreas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Brief

I like writing markdown. But many editors lack some features like HackMD alert areas. So, I've written a little script which embeds alert areas into markdown files as html.

How to use script

Write markdown with alert areas and save it to in.md. Then launch script:

python3 alert-styler.py in.md out.md

And voila! See alert areas in out.md.

Tested on

  • Typora
  • Hackmd
  • Other editors which support embedding html

Want to change styles?

All styles are stored as dict in script file. Change them as you want

About

Make HackMD alert areas working in your markdown editor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages