Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
playground:playground [2025/05/18 12:53] jpelcplayground:playground [2025/05/29 15:27] (current) – [Annotations] jpelc
Line 181: Line 181:
  
 <codedoc code:python>  <codedoc code:python> 
-   import numpy as np +import numpy as np 
-   a = np.array([1, 2, 3]) +a = np.array([1, 2, 3]) 
-   b = a ** 2 +b = a ** 2 
-   print(f"sum: {np.sum(b)}")+print(f"sum: {np.sum(b)}")
 </codedoc> </codedoc>
 +
 +====== Annotations ======
 +/*
 +=== Complex tooltipping ===
 +
 +<code>
 +<autott>wiki:syntax</autott>
 +
 +<autott>wiki:syntax|Renamed Syntax Page</autott>
 +
 +<autott>
 +  <content>Simple tooltip</content>
 +  <tip>I am a tooltip!</tip>
 +</autott>
 +
 +<autott blue>wiki:syntax</autott>
 +
 +<autott plain>wiki:syntax</autott>
 +
 +<autott small>wiki:syntax</autott>
 +</code>
 +
 +<autott>wiki:syntax</autott>
 +
 +<autott>wiki:syntax|Renamed Syntax Page</autott>
 +
 +<autott>
 +  <content>Simple tooltip</content>
 +  <tip>I am a tooltip!</tip>
 +</autott>
 +
 +<autott blue>wiki:syntax</autott>
 +
 +<autott plain>wiki:syntax</autott>
 +
 +<autott small>wiki:syntax</autott>
 +
 +=== Simple tooltipping ===
 +
 +<code>
 +<abbr>HyperText Markup Language (HTML)</abbr> is a language for describing web pages
 +
 +<abbr>HTML [HyperText Markup Language]</abbr> is a language for describing web pages
 +
 +<abbr title="Hyper Text Markup Language">HTML</abbr> is a language for describing web pages
 +</code>
 +
 +<abbr>HyperText Markup Language (HTML)</abbr> is a language for describing web pages
 +
 +<abbr>HTML [HyperText Markup Language]</abbr> is a language for describing web pages
 +
 +<abbr title="Hyper Text Markup Language">HTML</abbr> is a language for describing web pages*/
 +
 +<code>
 +<abbr title="Hyper Text Markup Language">HTML</abbr> is a language for describing web pages
 +</code>
 +
 +<abbr title="Hyper Text Markup Language">HTML</abbr> is a language for describing web pages
Navigation

Playground

QR Code
QR Code playground:playground (generated for current page)