Skip to content

Latest commit

 

History

History
72 lines (47 loc) · 1.56 KB

indent.md

File metadata and controls

72 lines (47 loc) · 1.56 KB

test v0.13.0

RESTful web API Documentation Generator

Header .md File

This is the content of the header.md file.

Table of contents


this quote is prepended to this doc using a file prepend.md

indent

Indent a word

Back to top

text.

GET /indent/word

Trim multi line (spaces)

Back to top

Text line 1 (Begin: 4xSpaces (3 removed)). Text line 2 (Begin: 3xSpaces (3 removed), End: 2xSpaces).

GET /indent/trim/multi/spaces

Trim multi line (tabs and space)

Back to top

Text line 1 (Begin: 1xTab, 2xSpaces). Text line 2 (Begin: 3xSpaces, End: 1xTab).

GET /indent/trim/multi/tabs/and/space

Trim multi line (tabs)

Back to top

Text line 1 (Begin: 3xTab (2 removed)). Text line 2 (Begin: 2x Tab (2 removed), End: 1xTab).

GET /indent/trim/multi/tabs

Trim single line

Back to top

Text line 1 (Begin: 3xSpaces (3 removed), End: 1xSpace).

GET /indent/trim/single

Footer .md File

This is the content of the footer.md file.