Internal links RSS feed remain <saber-link> #246
spekulatius posted onGitHub
<!-- Please don't delete this template or we'll close your issue -->
<!-- Before creating an issue please make sure you are using the latest version of Saber. -->
<!-- Please confirm you will submit an issue. -->
<!-- Issues which contain questions or support requests will be closed. -->
<!-- (Update "[ ]" to "[x]" to check a box) -->
- I confirm that this is an issue rather than a question.
<!-- Please ask questions via following several ways. -->
<!-- https://chat.saber.land/ -->
<!-- https://stackoverflow.com/questions/ask?tags=saberjs -->
Bug report
It appears as internal links in feeds aren't compiled to a-tags.
See https://saber-blog-starter.netlify.com/atom.xml
Version
Saber 0.6.7
info Direct dependencies āā prismjs@1.16.0 āā saber-highlight-css@0.0.3 āā saber-plugin-feed@0.3.2 āā saber-plugin-google-analytics@0.0.6 āā saber-plugin-prismjs@0.2.1 āā saber-plugin-pwa@0.3.3 āā saber-plugin-query-posts@0.3.2 āā saber-plugin-sitemap@0.2.0 āā saber-theme-minima@3.0.1 āā saber@0.6.7
Steps to reproduce
<!-- If you are reporting a bug that can ONLY be reproduced on your repository, PLEASE provide this repo link. That takes guessing work out of the way and saves us time. -->
Code can be found on https://github.com/spekulatius/saber-blog-starter - current master branch.
What is expected?
A valid HTML a-tag, so that people can click on internal links and still get to the intended target.
What is actually happening?
Links like this
<saber-link :to="$saber.getPageLink("./index.md", "")">Back Home</saber-link>
remain in the output
Other relevant information
- Result of running
saber -v
: saber/0.6.7 linux-x64 node-v8.10.0 - Browser version (optional): FF 67.0
- Is Saber a global or local install? locally
- Which package manager did you use for the install? yarn
- Does this issue occur when all plugins are disabled? -