Add Markdown/Word (Pandoc) support and rename braille2latex to braille-bridge - #14
Open
jmankoff wants to merge 2 commits into
Open
Add Markdown/Word (Pandoc) support and rename braille2latex to braille-bridge#14jmankoff wants to merge 2 commits into
jmankoff wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
applyMarkdownEdit), Markdown/Word upload+download via@brailletools/braille-bridge's new Pandoc integration, and sync-issue surfacing for unsupported Markdown constructs.braille2latex→braille-bridgethroughout (dependency, imports, CI clone URLs/version-pin file, README, stalemake4allorg link) to match the upstream repo rename.package.jsonname was literally"braille2latex", and the README title was# Braille2Latex.Depends on
brailletools/braille-bridge#23 — this branch's CI clones a pinned release tag of braille-bridge (
braille-bridge.version, currentlyv0.2.1), not that PR's branch directly. That PR needs to merge and get tagged as a new release, withbraille-bridge.versionbumped here, before CI will exercise the new Markdown/Pandoc code paths end-to-end. Locally this was verified against thefile:dependency pointing at that branch (pnpm run test:sync/test:unit, both green).Test plan
pnpm run test:sync(4/4) andtest:unit(10/10) against the updatedbraille-bridgedependencypnpm run test:a11y(axe-core, no new violations)braille-bridge.versiononce Add Pandoc/Markdown support, rename to braille-bridge, fix bold/italic parsing bugs braille-bridge#23 is merged and tagged, then re-run full CI🤖 Generated with Claude Code