User:Seebe: Difference between revisions

From Renesas.info
Line 3: Line 3:


= Color and bold inside of pre =
= Color and bold inside of pre =
* suround the pre tag with html.
* surround the pre tag with '''<html>'''.
* then, you can use span to break the pre
* then, you can use span to break the '''<pre>'''
* <html> <pre> <span> <font color=red> 0 </font> </span> </pre> </html>
<html><pre>
<html><pre>
<span><font color=navy><B>/* Common settings */</B></font></span>
<span><font color=navy><B>/* Common settings */</B></font></span>
Line 12: Line 13:
param.pl5_spread = <span><font color=red>0x16</font></span>;
param.pl5_spread = <span><font color=red>0x16</font></span>;
</pre></html>
</pre></html>


= Banner for RZ/V Page =
= Banner for RZ/V Page =

Revision as of 15:14, 15 August 2023


Color and bold inside of pre

  • surround the pre tag with <html>.
  • then, you can use span to break the <pre>
  • <html> <pre> <span> <font color=red> 0 </font> </span> </pre> </html>

	/* 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

heading1 heading2
cell1 cell2
cell3 cell4
{|class="wikitable"
!style="font-weight: normal"|heading1
!heading2
|-style="background-color:red"
|cell1
|cell2
|-
|cell3
|cell4
|}

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;
}