-
When I tried to run the script on my computer locally, it works and produced correct results, but when I try to use Github Action to run and commit, it doesn't work. The po files and md files both got…
-
**Is your feature request related to a problem? Please describe.**
~~In [mdpo I've all CLI program references in the same page](https://mdpo.readthedocs.io/en/master/cli.html#-h), so if I click in th…
-
For example, if we want to ignore [pymdownx.tabbed](https://github.com/facelessuser/pymdown-extensions/blob/main/pymdownx/tabbed.py) titles from being extracted, we could do something like:
```pyth…
-
Since [v0.3.21](https://github.com/mondeja/mdpo/releases/tag/v0.3.21) these classes are plublicly exposed, so should be properly documented.
-
Extracting messages with `md2po`, usually the link references are not translated, so copy their msgid into the msgstr and mark them as fuzzy.
-
System: Windows 10 Professional 19042.928
mdpo: md2po 0.3.12
Python: Python3.9 64bit
Shell: Git bash
System Language: Simplified Chinese (The shell has been set to zh-CN UTF-8)
First of all, th…
-
If at least one of the functions returns False, skip parsing in that method.
-
Fixed in master
## Input
```markdown
#
msgid ""
msgstr ""
msgid "Unordered list item"
msgstr ""
msgid "Quote block inside unordered list item"
msgstr ""
msgid ""
"Nested unord…
-
See [The format of PO files](https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html#PO-Files), translator comments must be defined using `# ` instead of `#. ` currently used by md2po.
-
## Input
```markdown
1. First ordered list item
1. First nested ordered list item
```
## Output
```po
#
msgid ""
msgstr ""
msgid "First ordered list itemFirst nested ordered list …