Jekyll header spacing consistency

This commit is contained in:
jrfnl
2014-12-08 03:26:26 +01:00
parent 2b11ae9c94
commit 80148bdc44
25 changed files with 31 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
--- ---
title: Use the Current Stable Version (5.6) title: Use the Current Stable Version (5.6)
isChild: true isChild: true
anchor: use_the_current_stable_version anchor: use_the_current_stable_version
--- ---
## Use the Current Stable Version (5.6) {#use_the_current_stable_version_title} ## Use the Current Stable Version (5.6) {#use_the_current_stable_version_title}

View File

@@ -1,7 +1,7 @@
--- ---
title: Built-in Web Server title: Built-in Web Server
isChild: true isChild: true
anchor: builtin_web_server anchor: builtin_web_server
--- ---
## Built-in web server {#builtin_web_server_title} ## Built-in web server {#builtin_web_server_title}

View File

@@ -1,6 +1,6 @@
--- ---
isChild: true isChild: true
anchor: mac_setup anchor: mac_setup
--- ---
## Mac Setup {#mac_setup_title} ## Mac Setup {#mac_setup_title}

View File

@@ -1,6 +1,6 @@
--- ---
isChild: true isChild: true
anchor: windows_setup anchor: windows_setup
--- ---
## Windows Setup {#windows_setup_title} ## Windows Setup {#windows_setup_title}

View File

@@ -1,6 +1,6 @@
--- ---
isChild: true isChild: true
anchor: programming_paradigms anchor: programming_paradigms
--- ---
## Programming Paradigms {#programming_paradigms_title} ## Programming Paradigms {#programming_paradigms_title}

View File

@@ -1,6 +1,6 @@
--- ---
isChild: true isChild: true
anchor: namespaces anchor: namespaces
--- ---
## Namespaces {#namespaces_title} ## Namespaces {#namespaces_title}

View File

@@ -1,7 +1,7 @@
--- ---
title: Standard PHP Library title: Standard PHP Library
isChild: true isChild: true
anchor: standard_php_library anchor: standard_php_library
--- ---
## Standard PHP Library {#standard_php_library_title} ## Standard PHP Library {#standard_php_library_title}

View File

@@ -1,6 +1,6 @@
--- ---
isChild: true isChild: true
anchor: command_line_interface anchor: command_line_interface
--- ---
## Command Line Interface {#command_line_interface_title} ## Command Line Interface {#command_line_interface_title}

View File

@@ -1,7 +1,7 @@
--- ---
title: XDebug title: XDebug
isChild: true isChild: true
anchor: xdebug anchor: xdebug
--- ---
## XDebug {#xdebug_title} ## XDebug {#xdebug_title}

View File

@@ -1,6 +1,6 @@
--- ---
isChild: true isChild: true
anchor: composer_and_packagist anchor: composer_and_packagist
--- ---
## Composer and Packagist {#composer_and_packagist_title} ## Composer and Packagist {#composer_and_packagist_title}

View File

@@ -1,6 +1,6 @@
--- ---
isChild: true isChild: true
anchor: pear anchor: pear
--- ---
## PEAR {#pear_title} ## PEAR {#pear_title}

View File

@@ -1,6 +1,6 @@
--- ---
isChild: true isChild: true
anchor: the_basics anchor: the_basics
--- ---
## The Basics {#the_basics_title} ## The Basics {#the_basics_title}

View File

@@ -1,6 +1,6 @@
--- ---
isChild: true isChild: true
anchor: date_and_time anchor: date_and_time
--- ---
## Date and Time {#date_and_time_title} ## Date and Time {#date_and_time_title}

View File

@@ -1,6 +1,6 @@
--- ---
isChild: true isChild: true
anchor: design_patterns anchor: design_patterns
--- ---
## Design Patterns {#design_patterns_title} ## Design Patterns {#design_patterns_title}

View File

@@ -1,7 +1,7 @@
--- ---
title: Working with UTF-8 title: Working with UTF-8
isChild: true isChild: true
anchor: php_and_utf8 anchor: php_and_utf8
--- ---
## Working with UTF-8 {#php_and_utf8_title} ## Working with UTF-8 {#php_and_utf8_title}

View File

@@ -1,5 +1,5 @@
--- ---
title: Dependency Injection title: Dependency Injection
anchor: dependency_injection anchor: dependency_injection
--- ---

View File

@@ -1,6 +1,6 @@
--- ---
isChild: true isChild: true
anchor: basic_concept anchor: basic_concept
--- ---
## Basic Concept {#basic_concept_title} ## Basic Concept {#basic_concept_title}

View File

@@ -1,6 +1,6 @@
--- ---
isChild: true isChild: true
anchor: complex_problem anchor: complex_problem
--- ---
## Complex Problem {#complex_problem_title} ## Complex Problem {#complex_problem_title}

View File

@@ -1,6 +1,6 @@
--- ---
isChild: true isChild: true
anchor: containers anchor: containers
--- ---
## Containers {#containers_title} ## Containers {#containers_title}

View File

@@ -1,6 +1,6 @@
--- ---
isChild: true isChild: true
anchor: further_reading anchor: further_reading
--- ---
## Further Reading {#further_reading_title} ## Further Reading {#further_reading_title}

View File

@@ -1,5 +1,5 @@
--- ---
title: Databases title: Databases
anchor: databases anchor: databases
--- ---

View File

@@ -1,7 +1,7 @@
--- ---
isChild: true isChild: true
title: Interacting with Databases title: Interacting with Databases
anchor: databases_interacting anchor: databases_interacting
--- ---
## Interacting with Databases {#databases_interacting_title} ## Interacting with Databases {#databases_interacting_title}

View File

@@ -1,7 +1,7 @@
--- ---
isChild: true isChild: true
title: Abstraction Layers title: Abstraction Layers
anchor: databases_abstraction_layers anchor: databases_abstraction_layers
--- ---
## Abstraction Layers {#databases_abstraction_layers_title} ## Abstraction Layers {#databases_abstraction_layers_title}

View File

@@ -1,6 +1,6 @@
--- ---
layout: page layout: page
title: Functional Programming in PHP title: Functional Programming in PHP
--- ---
# Functional Programming in PHP # Functional Programming in PHP
@@ -82,6 +82,7 @@ defined to capture variables in scope and access them later when the anonymous f
* [More details in the Closures RFC][closures-rfc] * [More details in the Closures RFC][closures-rfc]
* [Read about dynamically invoking functions with `call_user_func_array`][call-user-func-array] * [Read about dynamically invoking functions with `call_user_func_array`][call-user-func-array]
[anonymous-functions]: http://php.net/functions.anonymous [anonymous-functions]: http://php.net/functions.anonymous
[closures-rfc]: https://wiki.php.net/rfc/closures [closures-rfc]: https://wiki.php.net/rfc/closures
[call-user-func-array]: http://php.net/function.call-user-func-array [call-user-func-array]: http://php.net/function.call-user-func-array

View File

@@ -1,6 +1,6 @@
--- ---
layout: page layout: page
title: The Basics title: The Basics
--- ---
# The Basics # The Basics