Skip to content
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

Sphinx extracts Markdown without inline markup #304

Closed
jpmckinney opened this issue Feb 5, 2021 · 3 comments · Fixed by #301
Closed

Sphinx extracts Markdown without inline markup #304

jpmckinney opened this issue Feb 5, 2021 · 3 comments · Fixed by #301
Labels
bug Something isn't working

Comments

@jpmckinney
Copy link
Contributor

Describe the bug

If the Markdown document contains:

This is **bold text**.

Sphinx extracts into a POT file:

This is bold text.

To Reproduce

Steps to reproduce the behavior:

  1. Clone https://github.com/jpmckinney/myst-parser-tests
  2. Run instructions at https://github.com/jpmckinney/myst-parser-tests/blob/master/index.md

Expected behavior

It should extract:

This is **bold text**.

Otherwise, translators don't know which words to emphasize, since that information is lost.

@jpmckinney jpmckinney added the bug Something isn't working label Feb 5, 2021
@jpmckinney
Copy link
Contributor Author

Note: We might still need something like #301.

cc @choldgraf

@chrisjsewell
Copy link
Member

#301 (comment)

I guess I can close this then?

@jpmckinney
Copy link
Contributor Author

@chrisjsewell If #301 is merged. Otherwise, this is still an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants