An open API service indexing awesome lists of open source software.

https://github.com/arcadi4/markdown-css-for-essays

CSS for short essay writing. Printing and reading friendly. I would suggest LaTeX for longer ones.
https://github.com/arcadi4/markdown-css-for-essays

academic aesthetic css essay html markdown pandoc scientific-writing scss writing

Last synced: 6 months ago
JSON representation

CSS for short essay writing. Printing and reading friendly. I would suggest LaTeX for longer ones.

Awesome Lists containing this project

README

          

# Markdown CSS for Essay Writing

CSS for your markdown essays. Enhancing HTML reading experience and exporting printable PDFs.

## Use in Markdown Files

You'll need tools that convert Markdown into HTML, `pandoc` or a few VSC extensions would work well.

You can directly download the compiled .css (or .min.css) in [releases](https://github.com/Arcadi4/markdown-css-for-essay-writing/releases).

Add the following line to your Markdown file:

```html

```

For code blocks, you might need to break lines manually so they won't be truncated. Keeping around `50` characters at most in a line.

## Code Block Highlighting

You may use this CSS with [highlight.js](https://highlightjs.org/) for code block highlighting (remember to label the language used in code blocks).

Add the following code to your Markdown file, or choose a CDN you prefer on [their site](https://highlightjs.org/):

```html