refactoring of cmaps, widgets, etc.
This commit is contained in:
@@ -244,7 +244,19 @@ Classic WikiWords may also be namespace-qualified:
|
||||
RWS:ModelTreeWalker
|
||||
```
|
||||
|
||||
The WikiWord portion still follows the strict letter-only classic rule. Todo and Bookmark views group their entries by namespace; bookmark user sections remain available as a second grouping level.
|
||||
Prefix a WikiWord with an exclamation mark when it should remain ordinary text:
|
||||
|
||||
```text
|
||||
!ModelTreeWalker
|
||||
```
|
||||
|
||||
This renders as `ModelTreeWalker`, without a link or visible exclamation mark.
|
||||
The same escape works for a namespace-qualified WikiWord. The WikiWord portion
|
||||
still follows the strict letter-only classic rule. The render transformation is
|
||||
idempotent, so a preview or component that processes the prepared Markdown a
|
||||
second time cannot turn the literal WikiWord back into a link. Todo and Bookmark views group
|
||||
their entries by namespace; bookmark user sections remain available as a second
|
||||
grouping level.
|
||||
|
||||
## Editing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user