auto-doc
auto-doc copied to clipboard
[BUG] Using emoji's in the heading e.g ## Inputs ⚙️ results in moving the emoji after the generated output.
Is there an existing issue for this?
- [X] I have searched the existing issues
Does this issue exist in the latest version?
- [X] I'm using the latest release
Describe the bug?
Using an emoji in the heading e.g. ## Inputs ⚙️ results in moving the emoji after the generated output.
This works only after the first generated content is used in the README after which the placeholders are used for the content replacement.
To Reproduce
- Add
## Inputs ⚙️to a README.md - Ensure that there are no placeholders generated yet
- Run the auto-doc action and notice the ⚙️ emoji appears after the generated output.
What OS are you seeing the problem on?
all
Expected behavior?
We read the entire line including any emojis provided it starts with the expected heading.
Relevant log output
N/A
Has all relevant logs been included?
- [X] I've included all relevant logs
Anything else?
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct