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.
- Host: GitHub
- URL: https://github.com/arcadi4/markdown-css-for-essays
- Owner: Arcadi4
- License: mit
- Created: 2024-10-17T12:50:28.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T00:04:37.000Z (11 months ago)
- Last Synced: 2025-02-09T08:42:11.896Z (8 months ago)
- Topics: academic, aesthetic, css, essay, html, markdown, pandoc, scientific-writing, scss, writing
- Language: SCSS
- Homepage:
- Size: 3.85 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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