Sobral

Results 182 comments of Sobral

I did some tests. Based [on this article](https://keithclark.co.uk/articles/targeting-first-and-last-rows-in-css-grid-layouts/), we could have something like: ```scss ul > li { @include first(4) { color: red; } } ul > li { @include...

Don't you want another PR, @danielguillan ?

Let get back to this? I'm sorry it took so long. I ended using my own implementation, but I think it can be helpful to others, specially as the use...

@danielguillan , may I suggest you to rename this issue, just to help us in the future?

New project and I'm back to this. Now, I get the point of misuse the selector! It would open a door to bad use, which would put more responsibility over...

@niklasdewally , [take a look](https://github.com/mastodon/mastodon/issues/6942#issuecomment-1328109895), please.

> I wasn't clear enough about what I called "opt-in" - your post fleshes this out wonderfully! I gonna try to mock some images next days to make it easier...

Gemtext, MissKey and every syntax else aside, I think the best to do is: - allow a subset of Markdown only; - respect CommonMark Specification. Anything other than that could...

As a first move, I would, parse MD on front-end. Then, we could change things further. I admit I don't care about old posts being escaped, but I think it...

> If Mastodon manages posts in HTML though, I worry about MD play along with Editing posts. Would the HTML be converted back to MD for editing? Or did I...