retext
retext copied to clipboard
Feature request: Possible to adjust the line height?
Perhaps this is already possible by using style sheets, but I can't seem to figure it out. Is it possible to adjust the line height? Something closer to 1.2 or 1.5 would be great.
You mean preview, not editor, right?
Try putting this on top of your Markdown files:
<style>
p {
line-height: 1.5;
}
</style>
You can also create a CSS file with these contents (without <style> and </style> tags, of course) and specify a path to it in the styleSheet setting in the configuration file.
Oh, I actually meant in the editor.