992
edits
(example) |
(collapse the JS) |
||
| Line 13: | Line 13: | ||
**[[Thunderbird/Support/TB115.0SupportIssues]] | **[[Thunderbird/Support/TB115.0SupportIssues]] | ||
== 2026-01-15 How to escape JavaScript code in wikitext== | == 2026-01-15 How to syntax colour and highligt aka escape JavaScript code in wikitext== | ||
* apparently it's <nowiki><syntaxhighlight lang="javascript">your JavaScript code here</syntaxhighlight></nowiki>. For example: | * apparently it's <nowiki><syntaxhighlight lang="javascript">your JavaScript code here</syntaxhighlight></nowiki>. For example: | ||
<div class="mw-collapsible mw-collapsed" data-expandtext="show me colourized JS"> | |||
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
function importCSVFromGitHub() { | function importCSVFromGitHub() { | ||
| Line 55: | Line 56: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
</div> | |||
== 2025-12-08 Roland's LLM assisted coding for Support tasks blog page== | == 2025-12-08 Roland's LLM assisted coding for Support tasks blog page== | ||
edits