Difference between revisions of "Main Page"

From Ever changing code
Jump to navigation Jump to search
Line 6: Line 6:


'''Newsletter'''
'''Newsletter'''
*Disabled #wfLoadExtension( 'SyntaxHighlight_GeSHi' ); caused by pygment error after upgrade to MW1.29.1
*Added plugins
*I had to remove registration option due to spam received
**<tt>wfLoadExtension( 'Highlightjs_Integration' );</tt>
<nowiki><syntaxhighlight lang="js">code</syntaxhighlight>
<source lang="js">code</source></nowiki>
*<code><nowiki><span style="color: green">INTERNET</span></nowiki></code>
*<code><nowiki><span style="color: green">INTERNET</span></nowiki></code>
* >>> [http://ciscolinux.co.uk ciscolinux.co.uk] <<< blog has been opened
* >>> [http://ciscolinux.co.uk ciscolinux.co.uk] <<< blog has been opened
*code block in numbered list [[Cisco password recovery]]
*code block in numbered list [[Cisco password recovery]]
*use <nowiki><source lang=bash> lines of code will be colored</source></nowiki>

Revision as of 00:40, 8 May 2018

Cisco / Linux / notepad / ciscolinux.co.uk / Special:Categories / Gitlab

All Pages

Newsletter

  • Added plugins
    • wfLoadExtension( 'Highlightjs_Integration' );
<syntaxhighlight lang="js">code</syntaxhighlight>
<source lang="js">code</source>