Bug Description
When a line starts with a [[Wikilink]], or a [Weblink](...) basic memory interprets it as an observation.
Steps To Reproduce
Steps to reproduce the behavior:
[ESLint](https://eslint.org/) is the most popular JavaScript linter, providing static analysis to identify problematic patterns and enforce coding standards.
[[ESLint]] is the most popular JavaScript linter, providing static analysis to identify problematic patterns and enforce coding standards.
[fact] ESLint is the most popular JavaScript linter, providing static analysis to identify problematic patterns and enforce coding standards.
Expected Behavior
Only the fact line should be an observation.
Actual Behavior
Creates these observations categories:
Possible Solution
Fixing the matching regex
Bug Description
When a line starts with a
[[Wikilink]], or a[Weblink](...)basic memory interprets it as an observation.Steps To Reproduce
Steps to reproduce the behavior:
Expected Behavior
Only the
factline should be an observation.Actual Behavior
Creates these observations categories:
Possible Solution
Fixing the matching regex