mirror of
https://github.com/evdboom/Bindery.git
synced 2026-07-22 06:49:36 +00:00
Agent-Logs-Url: https://github.com/evdboom/Bindery/sessions/09d0d68f-9f9f-41c5-a6bf-5dc0fc2ac79b Co-authored-by: evdboom <18037882+evdboom@users.noreply.github.com>
8 lines
246 B
TypeScript
8 lines
246 B
TypeScript
/**
|
|
* Typography formatting for markdown files — re-export shim.
|
|
*
|
|
* The implementation has moved to `@bindery/core`.
|
|
* This file preserves backward compatibility for existing imports.
|
|
*/
|
|
|
|
export { updateTypography } from '@bindery/core';
|