1. double-dash (strikethrough) not working

Forked from Re: No Links working at http://jiggawatt.org/

Isn't a double-dash supposed to mark a strikethrough? or delete? whatever the standard is today...

this should be struckthrough

<s>this could be struckthrough</s>

<del>this might be struckthrough</del>

new topic     » topic index » view message » categorize

2. Re: double-dash (strikethrough) not working

euphoric said...

this should be struckthrough

It has been explicitly disallowed by the forum software. I don't know why.

	case StrikeText then 
		lHTMLText = "--" & pParms[1] 
 
	case InsertText then 
		lHTMLText = "++" & pParms[1] 
new topic     » goto parent     » topic index » view message » categorize

3. Re: double-dash (strikethrough) not working

DerekParnell said...
euphoric said...

this should be struckthrough

It has been explicitly disallowed by the forum software. I don't know why.

	case StrikeText then 
		lHTMLText = "--" & pParms[1] 
 
	case InsertText then 
		lHTMLText = "++" & pParms[1] 

I don't know why either getlost

Jeremy

new topic     » goto parent     » topic index » view message » categorize

4. Re: double-dash (strikethrough) not working

jeremy said...
DerekParnell said...
euphoric said...

this should be struckthrough

It has been explicitly disallowed by the forum software. I don't know why.

	case StrikeText then 
		lHTMLText = "--" & pParms[1] 
 
	case InsertText then 
		lHTMLText = "++" & pParms[1] 

I don't know why either getlost

Jeremy

  • hides tail between legs*
  • cough* svn blame *cough*

Maybe because the two dashes are used to represent comments in euphoria code? So this is done to make it easier to copy and paste eu code.

Doesn't explain the two plus signs though.

new topic     » goto parent     » topic index » view message » categorize

5. Re: double-dash (strikethrough) not working

jimcbrown said...

Maybe because the two dashes are used to represent comments in euphoria code? So this is done to make it easier to copy and paste eu code.

However, creole markup is ignored inside <eucode> tags. If the author forgets to use the code tag, it will show up during preview, and anyway, it can be edited to make it pretty again.

new topic     » goto parent     » topic index » view message » categorize

6. Re: double-dash (strikethrough) not working

DerekParnell said...
jimcbrown said...

Maybe because the two dashes are used to represent comments in euphoria code? So this is done to make it easier to copy and paste eu code.

However, creole markup is ignored inside <eucode> tags. If the author forgets to use the code tag, it will show up during preview, and anyway, it can be edited to make it pretty again.

Edit is a relatively recent feature of the forum though.

So this was probably an old, and now obsolete, hack to make the forum slightly more user friendly.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu