Obsidian - feliyur/exercises GitHub Wiki
| Problem | Solution |
|---|---|
| "Readable mode" text line too narrow | Add a CSS "snippet" (settings => appearance => CSS snippets=>create a snippet file) with the contentcss<br>body {<br> --file-line-width:1000px<br>}<br>
|
| Problem | Solution |
|---|---|
| "Readable mode" text line too narrow | Add a CSS "snippet" (settings => appearance => CSS snippets=>create a snippet file) with the contentcss<br>body {<br> --file-line-width:1000px<br>}<br>
|