Skip to content

[BUG] Links at the beginning of a line are wrongly interpreted as observations #247

@ottsch

Description

@ottsch

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:

  • ESLint
  • [ESLint
  • fact

Possible Solution

Fixing the matching regex

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions