New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

markdown-styles

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-styles - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

layouts/roryg-ghostwriter/assets/css/normalize.css

16

package.json
{
"name": "markdown-styles",
"description": "CSS stylesheets for markdown content",
"version": "1.1.4",
"version": "1.1.5",
"author": {

@@ -10,2 +10,6 @@ "name": "Mikito Takada",

},
"repository": {
"type": "git",
"url": "git://github.com/mixu/markdown-styles.git"
},
"bin": {

@@ -16,9 +20,9 @@ "generate-md": "./bin/generate-md"

"dependencies": {
"marked": "~0.2.5",
"ncp": "~0.4.0",
"marked": "0.2.9",
"ncp": "0.4.2",
"minitask": "0.0.0",
"readable-stream": "~1.0.2",
"mkdirp": "~0.3.5",
"nopt": "~2.1.1"
"readable-stream": "1.0.2",
"mkdirp": "0.3.5",
"nopt": "2.1.2"
}
}

@@ -10,7 +10,33 @@ ## Features

-----
## Quickstart
## Using the CSS stylesheets
Install `generate-md` via npm:
If you just want the stylesheets, you can just copy the `./assets` folder from the layout you want.
sudo npm install -g markdown-styles
Create a markdown file and then convert it to html:
mkdir input/
echo "# Hello world\n YOLO" > input/index.md
generate-md --layout mixu-gray --input ./input --output ./output
google-chrome ./output/index.html
Try out different layouts by changing the `--layout` parameter; screenshots at the bottom of this page.
If you want to make use of the bundled layouts stylesheets as a basis for your own site, copy the ./assets folder and point `--layout` to your own layout.
For example:
git clone https://github.com/mixu/markdown-styles.git ./markdown-styles
cp -Rv ./markdown-styles/layouts/mixu-gray ./my-layout
nano ./my-layout/page.html
Now edit the files `./my-layout/page.html` and run:
generate-md --layout ./my-layout/page.html --input ./input --output ./output
## Just using the stylesheets
Alternatively, if you just want the stylesheets for your own project, you can just copy the `./assets` folder from the layout you want.
To preview the styles in the browser, clone this repo locally and then open `./output/index.html` or run `make preview` which opens that page in your default browser.

@@ -20,3 +46,3 @@

This repo also includes a small tool for generating HTML files from Markdown files.
This project also includes a small tool for generating HTML files from Markdown files.

@@ -110,2 +136,3 @@ The console tool is `generate-md`, e.g.

- markedapp-byword is based on the user-contributed stylesheet at http://bywordapp.com/extras/
- roryg-ghostwriter is based on https://github.com/roryg/ghostwriter

@@ -116,2 +143,18 @@ ## Screenshots of the layouts

### roryg-ghostwriter (new!)
![roryg-ghostwriter](https://github.com/mixu/markdown-styles/raw/master/screenshots/roryg-ghostwriter.png)
### mixu-bootstrap (new!)
![mixu-bootstrap](https://github.com/mixu/markdown-styles/raw/master/screenshots/mixu-bootstrap.png)
### mixu-bootstrap-2col (new!)
![mixu-bootstrap-2col](https://github.com/mixu/markdown-styles/raw/master/screenshots/mixu-bootstrap-2col.png)
### mixu-gray (new!)
![mixu-gray](https://github.com/mixu/markdown-styles/raw/master/screenshots/mixu-gray.png)
### jasonm23-dark

@@ -149,14 +192,2 @@

### mixu-bootstrap (new!)
![mixu-bootstrap](https://github.com/mixu/markdown-styles/raw/master/screenshots/mixu-bootstrap.png)
### mixu-bootstrap-2col (new!)
![mixu-bootstrap-2col](https://github.com/mixu/markdown-styles/raw/master/screenshots/mixu-bootstrap-2col.png)
### mixu-gray (new!)
![mixu-gray](https://github.com/mixu/markdown-styles/raw/master/screenshots/mixu-gray.png)
### thomasf-solarizedcssdark

@@ -163,0 +194,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc