-
Notifications
You must be signed in to change notification settings - Fork 15
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
Support md files #40
Comments
Thanks for your suggestion @meri-burgess! 😊 Could you elaborate a bit more on your use case? I'm guessing you use an extension in Sphinx to support Markdown. If so, which one? Does it support variable substitutions like |
In markdown, you can use ```{eval-rst}
|:white_check_mark:| hacky
``` to get: ✅ hacky |
I'm not positive, but it seems the extension only parses emojicodes/sphinxemoji/sphinxemoji.py Line 55 in ec8f49d
where as it should support everything in source_suffix? |
Yes and I suppose the |
myst-parser automatically adds The problem isn't the syntax to be parsed, its the suffix (extension) of the files to be parsed. |
yes I know, I was just commenting on what the future PR should probably support in terms of UX (in response to this) :) |
I am interested in trying to completely swap I tried this:
It successfully replaces I am using the In In the
Myst uses The ones inside Usually Myst expects you to feed it a list of substitutions in the Any help is much appreciated please! See also: Stack Overflow question Many thanks |
@dannybeckett I haven't had the time to look at this, but I'd be happy to review and integrate a PR if someone is able to implement it. 😊 |
Currently, emojis are only supported in .rst. It would be great to be able to use the tool for .md files as well
The text was updated successfully, but these errors were encountered: