Closed kent-mcleod closed 6 years ago
Extra attributes such as style or aria-describedby cannot be represented in markdown but are still reasonably important.
style
aria-describedby
This would fix #55.
I added a couple test cases. I don't use coffee script regularly so let me know if I got any conventions wrong.
looks good, thanks!
Thank you @kent-mcleod and @slang800 for this fix.
Extra attributes such as
style
oraria-describedby
cannot be represented in markdown but are still reasonably important.This would fix #55.
I added a couple test cases. I don't use coffee script regularly so let me know if I got any conventions wrong.