Aileen Booker
Aileen Booker
Apologies, I jumped the gun here! I didn't see this feature map and just released 2.0 with the Gatsby update. Feel free to keep adding features. Sorry 🙏
That would be a very nice feature!!! PRs are very welcome 😃
@lallenfrancisl Sorry about this late response, totally fell through!! Always happy to receive PRs 🤗
I think this is a general issue when there is more than one word in the title. Also using`""` doesn't help, which I think it _should_.
Looking at the code, this seems to be an issue within the node of the markdownAST already and I don't think it can/should be fixed here? `node.lang` here already is...
Also noteworthy, that this was no issue with Markdown files before, and only occurred since switching to MDX.
Just to give you an example, how we're using this in our code base for https://ghost.org/docs: ``` '''js:title=POST /admin/session/ { "username": "{email address}", "password": "{password}" } ''' ``` (the '...
Nice! I'll give this component a try! Thanks a lot! We recently moved all Markdown over to MDX and didn't refactor all files yet. > so tapping into meta if...
Hmmm... this is not hard wired anywhere and _should_ work. We don't need this feature as in 99% of our use cases we want to **exclude** pages from being searchable....
I was also running into this lifecycle issue. Unfortunately using `pageContext` wasn't an option for my use case, so I actually ended up using a little `timeOut` of 500ms, which...