User:Seebe: Difference between revisions

From Renesas.info
No edit summary
Line 121: Line 121:
= Formatting Links =  
= Formatting Links =  
* Tables: https://www.mediawiki.org/wiki/Help:Tables
* Tables: https://www.mediawiki.org/wiki/Help:Tables
= Open Links in new Tab =
* [https://www.docker.com/ docker container] (media wiki default, same window)
* <html><a href=https://www.docker.com target=_blank style="
    background-image: url(/w/skins/Vector/resources/common/images/link-external-small-ltr-progressive.svg?14604);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 0.857em;
    padding-right: 1em;"> docker container </a></html> (custom <a> tag, target=_blank)
<pre>
.mw-parser-output a.external {
    background-image: url(/w/skins/Vector/resources/common/images/link-external-small-ltr-progressive.svg?14604);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 0.857em;
    padding-right: 1em;
}
</pre>

Revision as of 17:02, 20 April 2023


Color and bold inside of pre

  • suround the pre tag with html.
  • then, you can use span to break the pre

	/* Common settings */
	param.frequency = 0;
	param.pl5_refdiv = 1;
	param.pl5_divval = 0;
	param.pl5_spread = 0x16;



Introduction Video
🎥
Demo Videos
📰
Whitepapers and Blogs
🚀
Evaluation Boards
🧭
Easy Download Guide
A complete list of all downloads on renesas.com
🧩
System Examples


️ ✍️



Introduction Video

Overview of products and eval kits
Online Guide
🧭
Where to find information on www.renesas.com
Evaluation Boards
🚀
BSP instructions and helpful hints
Articles
📰
Learn using Articles, Whitepapers and Blogs
Demo Videos
🎥
Links to videos

System Examples
🧩
Combing components for a complete solution


Easy Download Guide
🧭
A complete list of all downloads



style="width: 85%;"

Testing copy to clipboard


sudo apt update



sudo apt update




Formatting Links

Open Links in new Tab

.mw-parser-output a.external {
    background-image: url(/w/skins/Vector/resources/common/images/link-external-small-ltr-progressive.svg?14604);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 0.857em;
    padding-right: 1em;
}