You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
got to this repo from hukkin/mdformat#4 -- I just discovered mdformat and wanted to introduce to our projects while enforcing one sentence per line. But while trying on https://github.com/dandi/handbook -- got it to fail:
❯ mdformat docs/01_introduction.md
changes on filesystem:
docs/01_introduction.md | 12 ++++++------
❯ git reset --hard
HEAD is now at 3182e49 Wording fixups
❯ pip install mdformat-sentencebreak
Collecting mdformat-sentencebreak
Using cached mdformat_sentencebreak-0.4.0-py3-none-any.whl (5.2 kB)
Requirement already satisfied: mdformat<0.8.0,>=0.7.16 in /home/yoh/venvs/dev3.11/lib/python3.11/site-packages (from mdformat-sentencebreak) (0.7.17)
Requirement already satisfied: markdown-it-py<4.0.0,>=1.0.0 in /home/yoh/venvs/dev3.11/lib/python3.11/site-packages (from mdformat<0.8.0,>=0.7.16->mdformat-sentencebreak) (2.2.0)
Requirement already satisfied: mdurl~=0.1 in /home/yoh/venvs/dev3.11/lib/python3.11/site-packages (from markdown-it-py<4.0.0,>=1.0.0->mdformat<0.8.0,>=0.7.16->mdformat-sentencebreak) (0.1.2)
Installing collected packages: mdformat-sentencebreak
Successfully installed mdformat-sentencebreak-0.4.0
❯ mdformat docs/01_introduction.md
Error: Could not format "/home/yoh/proj/dandi/handbook/docs/01_introduction.md".
The formatted Markdown renders to different HTML than the input Markdown. This
is likely a bug in mdformat. Please create an issue report here, including the
input Markdown: https://github.com/executablebooks/mdformat/issues
The text was updated successfully, but these errors were encountered:
got to this repo from hukkin/mdformat#4 -- I just discovered mdformat and wanted to introduce to our projects while enforcing one sentence per line. But while trying on https://github.com/dandi/handbook -- got it to fail:
The text was updated successfully, but these errors were encountered: