Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix typo + use <<.wid wikify>> when mentioning the wikify widget
Browse files Browse the repository at this point in the history
DesignThinkerer authored Dec 8, 2024
1 parent 54ea315 commit 74c57e9
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
created: 20241206225533517
description: Rendering parametrized svg for use in stylesheets
description: Rendering parameterised SVG for use in stylesheets
tags: $:/tags/wiki-test-spec
title: TestCases/WikifyWidget/RenderSVGURI
type: text/vnd.tiddlywiki-multiple
6 changes: 3 additions & 3 deletions editions/tw5.com/tiddlers/widgets/WikifyWidget.tid
Original file line number Diff line number Diff line change
@@ -7,11 +7,11 @@ type: text/vnd.tiddlywiki

! Introduction

The <<.wid wikify>> widget parses and renders a string of text and assigns the result to a specified [[variable|Variables]]. The new value of the variable is available to the content within the wikify widget.
The <<.wid wikify>> widget parses and renders a string of text and assigns the result to a specified [[variable|Variables]]. The new value of the variable is available to the content within the <<.wid wikify>> widget.

! Content and Attributes

The content of the `<$wikify>` widget is the scope for the value assigned to the variable.
The content of the <<.wid wikify>> widget is the scope for the value assigned to the variable.

|!Attribute |!Description |
|name |The name of the variable to assign |
@@ -45,6 +45,6 @@ The available output types are:

<<testcase "TestCases/WikifyWidget/RenderHTML">>

!! Rendering parametrized svg for use in stylesheets
!! Rendering parameterised SVG for use in stylesheets

<<testcase "TestCases/WikifyWidget/RenderSVGURI">>

0 comments on commit 74c57e9

Please sign in to comment.