Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

markdown.validate.referenceLinks.enabled Improperly marking Jekyll YAML Headers as "No like definition found" #91

Open
bcaddy opened this issue Nov 3, 2022 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@bcaddy
Copy link

bcaddy commented Nov 3, 2022

Type: Bug

  1. Have a jekyll YAML header in a markdown file like this
---
title:      Post Title Here
author:     Person Doe
categories: [catagory1, catagory2]
tags:       [tag1, tag2]
---
  1. The catagory and tags info within the [] will be marked as "No like definition found"

VS Code version: Code 1.73.0 (8fa188b2b301d36553cbc9ce1b0a146ccb93351f, 2022-11-01T15:38:50.881Z)
OS version: Darwin x64 21.6.0
Modes:
Sandboxed: No

System Info
Item Value
CPUs Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz (12 x 2900)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Load (avg) 3, 2, 2
Memory (System) 32.00GB (10.15GB free)
Process Argv .
Screen Reader no
VM 0%
Extensions (52)
Extension Author (truncated) Version
better-comments aar 3.0.2
Bookmarks ale 13.3.1
preview-mp4 ana 0.0.1
converttoasciiart Bit 1.0.3
doxdocgen csc 1.4.0
vscode-markdownlint Dav 0.48.1
gitlens eam 13.0.3
prettier-vscode esb 9.9.0
linter-gfortran for 3.2.0
pythonsnippets frh 1.0.2
ginfuru-vscode-jekyll-syntax gin 0.1.1
todo-tree Gru 0.0.219
fortran-ls han 0.6.2
jenkinsfile-support ivo 1.1.0
vscode-edit-csv jan 0.7.2
better-cpp-syntax jef 1.16.3
vsc-python-indent Kev 1.18.0
vscode-cudacpp kri 0.1.1
vscode-hdf5-viewer loc 0.0.3
bash-ide-vscode mad 1.14.0
vscode-autohotkey-plus-plus mar 3.0.0
git-graph mhu 1.30.0
anaconda-extension-pack ms- 1.0.1
isort ms- 2022.4.0
python ms- 2022.18.0
vscode-pylance ms- 2022.11.10
jupyter ms- 2022.9.1202862440
jupyter-keymap ms- 1.0.0
jupyter-renderers ms- 1.0.12
vscode-jupyter-cell-tags ms- 0.1.6
vscode-jupyter-slideshow ms- 0.1.5
remote-containers ms- 0.262.3
remote-ssh ms- 0.90.1
remote-ssh-edit ms- 0.84.0
remote-wsl ms- 0.72.0
vscode-remote-extensionpack ms- 0.21.0
cpptools ms- 1.12.4
vsliveshare ms- 1.0.5750
autodocstring njp 0.6.1
clang-tidy not 0.5.1
nsight-vscode-edition nvi 2022.2.31663688
material-icon-theme PKi 4.21.0
trailing-spaces sha 0.4.1
rewrap stk 1.16.3
code-spell-checker str 2.10.1
cmantic tde 0.9.0
pdf tom 1.2.0
latex-support tor 3.10.0
errorlens use 3.6.0
snippet-creator vin 1.1.0
better-align wwm 1.1.6
markdown-all-in-one yzh 3.4.3

(5 theme extensions excluded)

@mjbvz mjbvz transferred this issue from microsoft/vscode Nov 3, 2022
@mjbvz
Copy link
Contributor

mjbvz commented Nov 3, 2022

yaml header are not standard markdown and I don't think library should have special logic for them. Open to suggestions for supporting this better though extensions though

@mjbvz mjbvz added the bug Issue identified by VS Code Team member as probable bug label Dec 5, 2022
@mjbvz mjbvz added this to the Backlog milestone Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants