CLI tool to sync your Markdown to Leaflet
leafletpub atproto cli markdown

Add section about placeholders to README

+5
+5
README.md
··· 51 51 52 52 Mapping between record keys and file paths is stored in `leaflet-md.map.json`. 53 53 54 + ### Placeholders 55 + To setup placeholder replacement in prepended and appended docs you need to provide replacement function or key-value array. 56 + Example of function replacing placeholder `slug` with file name is shown in the config example. 57 + Placeholders in Markdown are defined like this `{{your-key}}`. 58 + 54 59 ## Development 55 60 56 61 To install dependencies: