Skip to content

Commit de70a13

Browse files
committed
Markdown formatting fixes
1 parent 86118e4 commit de70a13

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/topics/FeatureInfo.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,14 @@ For displaying interactive hyperlinks, the following options are supported:
6060

6161
- URLs in attribute text values with no HTML markup are automatically converted to an interactive hyperlink.
6262
- Alternatively, you can enclose the URL in a HTML `<a>` tag in the attribute value. To open the linked page in an inline dialog within QWC, you can set the anchor target to `:iframedialog:<dialogname>:<optkey>=<optval>:<optkey>=<optval>:...` where the supported options are:
63-
* `w`: Dialog width in pixels, default: `640`.
64-
* `h`: Dialog height in pixels, default: `480`.
65-
* `title`: Dialog window title, by default the translation string `windows.<dialogname>`.
66-
* `print`: Whether to add a print icon for printing the dialog contents, default: `true`.
67-
* `dockable`: Whether the dialog can be docked, default `false`.
68-
* `docked`: Whether the dialog is initially docked, default `false`.
63+
64+
* `w`: Dialog width in pixels, default: `640`.
65+
* `h`: Dialog height in pixels, default: `480`.
66+
* `title`: Dialog window title, by default the translation string `windows.<dialogname>`.
67+
* `print`: Whether to add a print icon for printing the dialog contents, default: `true`.
68+
* `dockable`: Whether the dialog can be docked, default `false`.
69+
* `docked`: Whether the dialog is initially docked, default `false`.
70+
6971
Example:
7072
```
7173
<a href="https://example.com" target=":iframedialog:w=1024:h=768:title=Example">Link text</a>

0 commit comments

Comments
 (0)