Skip to content

Commit

Permalink
newline fix
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Bollar <[email protected]>
  • Loading branch information
hanbollar committed Jan 2, 2024
1 parent d9670e1 commit fbc25aa
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion source/docs/mr-a.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ Like it's HTML equivalent, `<mr-a>` can be used to wrap other elements, making t
</mr-a>
```

\[example img\]
\[example img\]
2 changes: 1 addition & 1 deletion source/docs/mr-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ The `<mr-app>` tag has three optional attributes:
* default: `5`
* `debug` - enables various debug features such as physics, stats monitoring
* default: `true`
* note: hold the `=` key to move using arrows keys while in debug mode
* note: hold the `=` key to move using arrows keys while in debug mode
2 changes: 1 addition & 1 deletion source/docs/mr-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ The `<mr-button>`embeds a button in the UI of an `<mr-panel>`.

`<mr-button>` has one optional attribute:

* `onclick`: the function to be called when the button is clicked
* `onclick`: the function to be called when the button is clicked
2 changes: 1 addition & 1 deletion source/docs/mr-div.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ you can then apply CSS
</mr-div>
```

\[example gif\]
\[example gif\]
2 changes: 1 addition & 1 deletion source/docs/mr-entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ istag: true

## Definition and Usage

There are endless uses for `<mr-entity>` the simplest of which simplest is to group other elements together, such that they can be moved, rotated, scaled, and otherwise manipulated as a single entity. as shown in the example above.
There are endless uses for `<mr-entity>` the simplest of which simplest is to group other elements together, such that they can be moved, rotated, scaled, and otherwise manipulated as a single entity. as shown in the example above.
2 changes: 1 addition & 1 deletion source/docs/mr-img.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Images are not technically inserted into a web page; images are linked to web pa
The `<mr-img>` tag has two required attributes:

* `src` - Specifies the path to the image
* `alt` - Specifies an alternate text for the image, if the image, for some reason, cannot be displayed, or if the user uses a screen reader.
* `alt` - Specifies an alternate text for the image, if the image, for some reason, cannot be displayed, or if the user uses a screen reader.
2 changes: 1 addition & 1 deletion source/docs/mr-light.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ istag: true

## Shadows

for performance reasons, `<mr-light>` cannot cast shadows. Please use the global lighting for shadows.
for performance reasons, `<mr-light>` cannot cast shadows. Please use the global lighting for shadows.
2 changes: 1 addition & 1 deletion source/docs/mr-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ istag: true
* STL
* OBJ
* USDZ
* ?
* ?
2 changes: 1 addition & 1 deletion source/docs/mr-panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ mr.js supports 2.5D UI, adding a bit of depth to buttons, and incorporating 3D c
</mr-panel>
```

\[example gif\]
\[example gif\]
2 changes: 1 addition & 1 deletion source/docs/mr-skybox.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ istag: true

`<mr-skybox>` has one required attribute:

* `src`: the src image file to be applied to the skybox
* `src`: the src image file to be applied to the skybox
2 changes: 1 addition & 1 deletion source/docs/mr-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ let material = new THREE.MeshLambertMaterial({ color: 0xffffff,
map: texture });

text.textObj.material = material
```
```
2 changes: 1 addition & 1 deletion source/docs/mr-textarea.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ The `<mr-textare>` creates a large text input field in the UI of an `<mr-panel>`
</mr-app>
```

\[example img\]
\[example img\]
2 changes: 1 addition & 1 deletion source/docs/mr-textfield.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ The `<mr-textfield>` creates a text input field in the UI of an `<mr-panel>`.

## Definition and Usage

`<mr-textfield>`Is the simplest way to capture keyboard input, enabling more practical interactions such as form submission or search input, without needing to exit a spatial experience.
`<mr-textfield>`Is the simplest way to capture keyboard input, enabling more practical interactions such as form submission or search input, without needing to exit a spatial experience.
2 changes: 1 addition & 1 deletion source/docs/volumetrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ description: "A page about volumetrics?"

```
┐(´ー`)┌
```
```

0 comments on commit fbc25aa

Please sign in to comment.