User talk:CRGreathouse/lang tags: Difference between revisions

From Rosetta Code
Content added Content deleted
(seems to be counting output snippets)
 
No edit summary
Line 1: Line 1:
I checked on a few of the Java examples marked on this page and it looks like it is taking output snippets as examples without highlighting. I'm sure you figured it out yourself but I wanted to point it out in case you didn't notice yet. I'm not sure how to set up the criteria in the lang tag task so that this doesn't happen. --[[User:Mwn3d|Mwn3d]] 04:46, 28 November 2011 (UTC)
I checked on a few of the Java examples marked on this page and it looks like it is taking output snippets as examples without highlighting. I'm sure you figured it out yourself but I wanted to point it out in case you didn't notice yet. I'm not sure how to set up the criteria in the lang tag task so that this doesn't happen. --[[User:Mwn3d|Mwn3d]] 04:46, 28 November 2011 (UTC)
: is the <lang> tag used for output? that doesn't make sense. i think it should be <pre> or just indent. they all look the same anyways:
<pre>outout with pre</pre>
output with indent
<lang>output with lang</lang>
:detecting if &lt;lang&gt; is used for output is hardly possible, one would have to analyze the contents.--[[User:EMBee|eMBee]] 07:56, 28 November 2011 (UTC)

Revision as of 07:56, 28 November 2011

I checked on a few of the Java examples marked on this page and it looks like it is taking output snippets as examples without highlighting. I'm sure you figured it out yourself but I wanted to point it out in case you didn't notice yet. I'm not sure how to set up the criteria in the lang tag task so that this doesn't happen. --Mwn3d 04:46, 28 November 2011 (UTC)

is the <lang> tag used for output? that doesn't make sense. i think it should be <pre> or just indent. they all look the same anyways:
outout with pre
output with indent
<lang>output with lang</lang>
detecting if <lang> is used for output is hardly possible, one would have to analyze the contents.--eMBee 07:56, 28 November 2011 (UTC)