Return to site

Texts 1 1 – Markdown Word Processor

broken image


I started to use markdown to take notes. I use marked to view my markdown notes and its beautiful. But as my notes get longer I find it difficult to find what I want. I know markdown can create tables, but is it able to create table of contents, that jumps to sections, or define page sections in markdown? Free Word Processors For Mac; Microsoft Word Processor For Mac; Markdown Reader Mac; It really depends on the projects. I'm a football coach, and when I was making my playbook, I used pages for all the texts, and imported everything else as images (plays, routes, defenses, etc).

  1. Texts 1 1 – Markdown Word Processor Examples
  2. Edit Markdown In Word
  3. Texts 1 1 – Markdown Word Processor Free
  4. Convert Word To Markdown

pandoc is a tool suite for converting between text formats. I find it useful as a writer (rather than a techie) to convert something written in plain text into an RTF file that I can read readily, with some formatting, in a word processor, up to and including the dreaded Word. What I outline here is a tiny fraction of what it can do.

It is as simple as:

$ pandoc -s file.txt -o file.rtf

(Replace ‘rtf' with html etc to get something else.)

It can convert a file of nothing but typing, but if you use a little simple formatting, pretty much a version of markdown syntax, you can get a nice RTF with some useful extra features (italics, for example). For a heading, underline with equals or hyphens on the very next line; Cisdem duplicate finder 5 0 0 apr.

or

when processed, that gives a heading. (Though for proper H1 H2 etc, see below.)

Paragraphing is determined by empty lines, so this text gives one paragraph in the RTF, and…

This text
also gives
one paragraph
in the RTF.

If I want to force a return, I end a line with a backslash.

This will not work inside back ticks (see below), which is the verbatim environment, so for example if I want a bunch of stuff verbatim, without interparagraph spacing, I end each line with a backslash outside the backtics:

`line 1`
`line 2`
`line 3`

will give

Texts 1 1 – Markdown Word Processor Examples

Free poker games fun. line 1
line 2
line 3

Formatting fonts

The word is the character used to delimit the modified text. The code, verbatim, is also given.

underscore_underscore_

dollar (math, which does not translate into RTF) $dollar$

caret (superscript) ^caret^

tilde (subscript) ~tilde~

Free

2 tildes~~tilde~~

2 underscores__2 underscores__

2 asterisks**2 asterisks** Mamp pro local web development 5 5.

3 asterisks***3 asterisks***

back tick`back tick`

Note that when using back ticks (verbatim) the nesting of the instructions matters

***back tick outside 3 asterisks*** Itunes mountain lion download.

3 asterisks outside back tick

2 asterisks outside back tick

1 asterisk outside back tick

Other stuff

(Note, line above (‘Other stuff') was underlined with hyphens on the immediate next line.)

nonbreaking space – precede a space with a backslash: ‘⌴' (I'm using ⌴ for a space)

block quote: > (greater than introduces a block quote indented by 1 tab)

block quote, again: >> same, bigger indent

Edit Markdown In Word

So, for example

Application for macbook pro download free. So type:

H2 (2 hashes, ##)

Texts 1 1 – Markdown Word Processor Free

H3 (3 hashes, ###)

  • bullet point (+ at start of line, then space)
  • bullet point (- (hyphen) at start of line, then space)
  • bullet point (* at start of line, then space)

Convert Word To Markdown

  1. Numbered list
  2. Numbered list still
  3. Numbered list again

Renamer 5 0 1 download free. (just start a line with a number and a stop)

– 2 hyphens for en rule

— 3 hyphens for em rule

Markdown

2 tildes~~tilde~~

2 underscores__2 underscores__

2 asterisks**2 asterisks** Mamp pro local web development 5 5.

3 asterisks***3 asterisks***

back tick`back tick`

Note that when using back ticks (verbatim) the nesting of the instructions matters

***back tick outside 3 asterisks*** Itunes mountain lion download.

3 asterisks outside back tick

2 asterisks outside back tick

1 asterisk outside back tick

Other stuff

(Note, line above (‘Other stuff') was underlined with hyphens on the immediate next line.)

nonbreaking space – precede a space with a backslash: ‘⌴' (I'm using ⌴ for a space)

block quote: > (greater than introduces a block quote indented by 1 tab)

block quote, again: >> same, bigger indent

Edit Markdown In Word

So, for example

Application for macbook pro download free. So type:

H2 (2 hashes, ##)

Texts 1 1 – Markdown Word Processor Free

H3 (3 hashes, ###)

  • bullet point (+ at start of line, then space)
  • bullet point (- (hyphen) at start of line, then space)
  • bullet point (* at start of line, then space)

Convert Word To Markdown

  1. Numbered list
  2. Numbered list still
  3. Numbered list again

Renamer 5 0 1 download free. (just start a line with a number and a stop)

– 2 hyphens for en rule

— 3 hyphens for em rule

Metadata

Some formats (eg HTML) like metadata to be specified. Simplest is to put

% title
% author(s)
% date

at the very top of the file (replace ‘title', ‘author' and ‘date' with your own text).





broken image