Rich text formatting is now available on forum.dlang.org

Steven Schveighoffer schveiguy at gmail.com
Thu Apr 1 14:50:31 UTC 2021


On 4/1/21 10:30 AM, Andrei Alexandrescu wrote:
> 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?

Check your settings to make sure ddoc processing is turned on.

-Steve


More information about the Digitalmars-d mailing list