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

Cyrillic characters in markdown table's titles #45

Open
Mzales opened this issue Feb 28, 2019 · 0 comments
Open

Cyrillic characters in markdown table's titles #45

Mzales opened this issue Feb 28, 2019 · 0 comments

Comments

@Mzales
Copy link

Mzales commented Feb 28, 2019

I use comments in c++ files +doxygen in xml +moxygen and I have a problem with tables in result md file. Their titles are cuts.
Example of my table:

    //! |Подрежим | Действие
    //! |---------|---------
    //! |Inform1  |Inform2

Result: title2 is missing (see result1.jpg)

    //! |Подрежим | Действие
    //! |---------|------------------
    //! |Inform1  |Inform2

Result: title2 is cut (see result2.jpg)

    //! |Подрежим | Действие
    //! |---------|--------------------------
    //! |Inform1  |Inform2

Result: ok (see resultOK.jpg)
For each Cyrillic character I have to use 2 '-'
result1
result2
resultok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant