Posts with "markdown" Tag

Blogger Extractor

by Dan Aukes

A nice little package for exporting your blogger site to markdown.

Package URL: ...

Read More
Pandoc-Plus

by Dan Aukes

A collection of utilities to make converting files easier in pandoc.

requires pandoc, miktex

Package URL: ...

Read More
Powerpoint to Markdown Converter

by Dan Aukes

A package for converting powerpoint files to markdown-beamer.

requires pandoc, powerpoint

Package URL: ...

Read More
Hugo Stuff

by Dan Aukes

Install

Make sure you install add-ons

Create a new site with yaml format

Modified from here

  1. ...
Read More
Markdown Cheat Sheet

by Dan Aukes

Derived from https://towardsdatascience.com/the-ultimate-markdown-cheat-sheet-3d3976b31a0

Headings

There are few options to create headings. We can use Markdown or ...

Read More
mkdocs info

by Dan Aukes

Python environment

```bash sudo apt install -y git python3-pip python3-venv python3 -m venv ~/envs/mkdocs . envs/mkdocs/bin/activate pip install \ mkdocs ...

Read More