Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Fix broken headings in Markdown files #933

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -4,10 +4,10 @@ App Framework is a UI framework targeted at HTML5 browsers.

Visit <http://app-framework-software.intel.com/index.php> for more information, documentation, and support.

#2.2 support
# 2.2 support
Visit <http://app-framework-software.intel.com/af22/index.php> for App Framework 2.2 documentation.

#3.0 version
# 3.0 version

The 3.0 version of App Framework removes the following

Expand All @@ -16,7 +16,7 @@ The 3.0 version of App Framework removes the following
3. No longer provides a "Touchlayer", use Fastclick (https://github.com/ftlabs/fastclick) instead.
4. Native scrolling is only used. If you need a JS scroller, use an existing one like FTScroller (https://github.com/ftlabs/ftscroller) or iScroll

##Note
## Note
You can still use App Framework 2 if you need Android <4 support or the query selector library. The old query selector library *may* work with AF 3.0, but we do not test or support it.

# Contribute
Expand All @@ -27,7 +27,7 @@ You can make changes to any of the files in the "src" directory



#Building
# Building

We use Grunt to build our compiled files. When you have made a change, run "grunt rebuild" to compile new source and minified files to include in your PR.

Expand Down
8 changes: 4 additions & 4 deletions docs/af.ui/$.afui.actionsheet.md
@@ -1,12 +1,12 @@
#$.afui.actionsheet()
# $.afui.actionsheet()

```

This is a shorthand call to the $.actionsheet plugin. We wire it to the afui div automatically

```

##Example
## Example

```
$.afui.actionsheet("Settings Logout")
Expand All @@ -27,14 +27,14 @@ This is a shorthand call to the $.actionsheet plugin. We wire it to the afui di
```


##Parameters
## Parameters

```
links (string|Array.<string>)

```

##Returns
## Returns

```
undefined
Expand Down
8 changes: 4 additions & 4 deletions docs/af.ui/$.afui.autoLaunch.md
@@ -1,26 +1,26 @@
#$.afui.autoLaunch
# $.afui.autoLaunch

```

Boolean if you want to auto launch afui

```

##Example
## Example

```
$.afui.autoLaunch = false; //

```


##Parameters
## Parameters

```

```

##Returns
## Returns

```
undefined
Expand Down
8 changes: 4 additions & 4 deletions docs/af.ui/$.afui.blockUI.md
@@ -1,27 +1,27 @@
#$.afui.blockUI(opacity)
# $.afui.blockUI(opacity)

```

This will throw up a mask and block the UI

```

##Example
## Example

```
$.afui.blockUI(.9)

```
`

##Parameters
## Parameters

```
opacity number

```

##Returns
## Returns

```
undefined
Expand Down
8 changes: 4 additions & 4 deletions docs/af.ui/$.afui.clearHistory.md
@@ -1,26 +1,26 @@
#$.afui.clearHistory()
# $.afui.clearHistory()

```

Clear the history queue for the current view based off the active div

```

##Example
## Example

```
$.afui.clearHistory()

```


##Parameters
## Parameters

```

```

##Returns
## Returns

```
undefined
Expand Down
8 changes: 4 additions & 4 deletions docs/af.ui/$.afui.disableTabBar.md
@@ -1,26 +1,26 @@
#$.afui.disableTabBar
# $.afui.disableTabBar

```

This disables the tab bar ability to keep pressed states on elements

```

##Example
## Example

```
$.afui.disableTabBar();

```


##Parameters
## Parameters

```

```

##Returns
## Returns

```
undefined
Expand Down
8 changes: 4 additions & 4 deletions docs/af.ui/$.afui.drawer.show.md
@@ -1,20 +1,20 @@
#$.afui.drawer.show
# $.afui.drawer.show

```

This is a reference to the drawer plugin.

```

##Example
## Example

```
$.afui.drawer.show('#left','left','reveal')

```


##Parameters
## Parameters

```
id string
Expand All @@ -23,7 +23,7 @@ transition string

```

##Returns
## Returns

```
undefined
Expand Down
8 changes: 4 additions & 4 deletions docs/af.ui/$.afui.getTitle.md
@@ -1,26 +1,26 @@
#$.afui.getTitle
# $.afui.getTitle

```

Get the title of the active header

```

##Example
## Example

```
$.afui.getTitle()

```


##Parameters
## Parameters

```

```

##Returns
## Returns

```
undefined
Expand Down
8 changes: 4 additions & 4 deletions docs/af.ui/$.afui.goBack.md
@@ -1,27 +1,27 @@
#$.afui.goBack()
# $.afui.goBack()

```

Initiate a back transition

```

##Example
## Example

```
$.afui.goBack()

```


##Parameters
## Parameters

```
delta number=

```

##Returns
## Returns

```
undefined
Expand Down
8 changes: 4 additions & 4 deletions docs/af.ui/$.afui.hideMask.md
@@ -1,26 +1,26 @@
#$.afui.hideMask();
# $.afui.hideMask();

```

Hide the loading mask

```

##Example
## Example

```
$.afui.hideMask();

```


##Parameters
## Parameters

```

```

##Returns
## Returns

```
undefined
Expand Down
8 changes: 4 additions & 4 deletions docs/af.ui/$.afui.launch.md
@@ -1,4 +1,4 @@
#$.afui.launch();
# $.afui.launch();

```

Expand All @@ -7,7 +7,7 @@ If autoLaunch is set to false, you can manually invoke it.

```

##Example
## Example

```
$.afui.autoLaunch=false;
Expand All @@ -16,13 +16,13 @@ If autoLaunch is set to false, you can manually invoke it.
```


##Parameters
## Parameters

```

```

##Returns
## Returns

```
undefined
Expand Down
8 changes: 4 additions & 4 deletions docs/af.ui/$.afui.loadContent.md
@@ -1,4 +1,4 @@
#$.afui.loadContent(target, newTab, goBack, transition, anchor);
# $.afui.loadContent(target, newTab, goBack, transition, anchor);

```

Expand All @@ -7,15 +7,15 @@ We can pass in a hash+id or URL.

```

##Example
## Example

```
$.afui.loadContent("#main",false,false,"up");

```


##Parameters
## Parameters

```
target string
Expand All @@ -26,7 +26,7 @@ anchor object=

```

##Returns
## Returns

```
undefined
Expand Down