From adca270f90e3ac5c3eae31eb1e49e05f3142bcd3 Mon Sep 17 00:00:00 2001 From: Yash Lamba Date: Wed, 12 Jan 2022 23:27:45 +0530 Subject: [PATCH] docs: fixed the admonition issue (#73) --- docs/contributing.md | 4 ++-- docs/usage.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index fa9c13e..54cd054 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -15,8 +15,8 @@ ``` ???+ warning - Since the PPA for fontforge is no longer maintained, apt might not work for some users. - The preferred way to install is using the AppImage from: https://fontforge.org/en-US/downloads/ + Since the PPA for fontforge is no longer maintained, apt might not work for some users. + The preferred way to install is using the AppImage from: https://fontforge.org/en-US/downloads/ 3. Clone the repository or your fork diff --git a/docs/usage.md b/docs/usage.md index c9c1688..37650be 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -27,7 +27,8 @@ Your form should look like this: 3. (Optional) Config file containing custom options for your font can also be passed using the `--config [CONFIG FILE]` argument. - ???+ note - If you expicitly pass the metadata (filename, family or style) as CLI arguments, they are given a preference over the default config file data. + ???+ note + - If you expicitly pass the metadata (filename, family or style) as CLI arguments, they are given a preference over the default config file data. - If no config file is provided for an input then the [default config file](https://github.com/builtree/handwrite/blob/main/handwrite/default.json) is used.