-
```
When a WikiLink comes immediately after a list (and possibly other block
markup), without an intervening newline, it is not matched. e.g.
* item 1
* item 2
[MyLink description]
is output as…
-
If there are multiple [[wikilinks]] in a paragraph then they don't seem to be picked up.
A couple of examples:
-
Hello,
The syntax `[To-Three]()` gives a page named `To-Three` whereas `[2-3]()` gives `2--3` (note the two dashes).
Is it an expected behavior of gitit?
-
```
What steps will reproduce the problem?
In regular text, a wikilink like [[foo]] will be collapsed to underlined 'foo'
as soon as cursor is moved to another line and expanded back when cursor is …
-
In my md file, I have:
点击[[链接]]查看
But in confluence it becomes:
点击链接看
It doesn't only neglect the link but also leaves out the following character.
-
- [ ] dataview blocks are omitted
- [ ] wikilinks are rewritten as normal markdown links using relative or absolute paths
- [ ] YAML may be stripped out or included
- [ ] tags may be stripped out o…
-
A convenience feature present in MediaWiki's link handling is the inclusion of trailing letters *after* the wikilink into the link label (see https://www.mediawiki.org/wiki/Help:Links#linktrail), effe…
-
**Describe the bug**
I hate even to call this a "bug" -- but if I use Eleventy's permalink functionality to rewrite a URL, the wikilinks functionality won't be able to convert the link correctly…
-
```
What steps will reproduce the problem?
In regular text, a wikilink like [[foo]] will be collapsed to underlined 'foo'
as soon as cursor is moved to another line and expanded back when cursor is …
-
I have a fix for this in my fork and am just opening the issue so I can close it.