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
Problem: I need to create ./.marprc configuration for every project I am working on. But most of my projects have the same configuration, so I keep copying the same .marprc file to every new project I'm working on.
Proposed Solution: Implement user level configs in a location like ~/.config/marp/marprc or ~/.marprc that are automatically sourced by marp; let the user level configs be overriden by project level configs in ./.marprc if needed.