Isaac Muse
Isaac Muse
I have something basic working for this as well. It'll just find the links and convert them. I'm only supporting Youtube, Vimeo, and Dailymotion out of the box. People can...
I will probably end up using the `` syntax for media service embedding as well. There is no concept of `alt` on an ``, but generally, you should always specify...
Additionally, if no `alt` or `title` is provided, I believe we'll add something generic like `YouTube video player` as a title, etc.
#1465 Experimental branch now has video service embedding and normal audio/video embedding. Still needs tests, but this so far is the final proposal unless feedback steers it in a different...
#1777 may be a better way to implement this
I can already think of multiple corner cases that would break `markdown-include`'s implementation. I can see it parsing headers in fences when you don't want it to. I can see...
Most likely, the best approach would be to create a separate TreeProcessor. It would run at a later time than the Snippet preprocessor. The snippet creator would need to doctor...
Yes, in snippets. When called, it would probably exit immediately if attr_list is not enabled.
Well, I take that back. It probably shouldn't care if `attr_list` is enabled. But `attr_list` would be the way to set those.
I say this because you could probably do manual headers and it would work as well: ```html Header text ```