You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related suggestion -- the tool could detect that a line starts with #include but doesn't match the full regex and print an info/warning saying that it detected a potential include but something about the filepath was "funky".
If a filename includes a "." (separate from the ".md" extension), the file is not found/included and the string is left as-is.
//_readme.md
# A heading Some text #include "path/to/working/include.md" More text #include "path/to/other/include.5.md"
Resulting markdown:
# A heading Some text Some working markdown include More text #include "path/to/other/include.5.md"
The text was updated successfully, but these errors were encountered: