Rich text formatting is now available on forum.dlang.org
Andrei Alexandrescu
SeeWebsiteForEmail at erdani.org
Thu Apr 1 14:30:24 UTC 2021
On 4/1/21 8:23 AM, WebFreak001 wrote:
> On Thursday, 1 April 2021 at 07:27:38 UTC, Vladimir Panteleev wrote:
>> [...]
>>
>> And if the above is not sufficient to express your intent, there is
>> the nuclear option: `$(SCRIPT ...)`, which allows embedding arbitrary
>> JavaScript to format your post in however way you desire. jQuery is
>> preloaded, so go nuts!
>>
>> [...]
>
> $(SCRIPT function blink_text() {
> $('.blink').fadeOut(500);
> $('.blink').fadeIn(500);
> }
> setInterval(blink_text, 1000);)
>
> <span class="blink">Awesome!</span>
>
> :(
I'm looking at
https://forum.dlang.org/post/zhlzsaocdupxwgvbrauu@forum.dlang.org and
nothing special. Should run the script, no?
More information about the Digitalmars-d
mailing list