Giter VIP home page Giter VIP logo

phpbbs's Introduction

A note on Style and emphasis inside pages

You can use a form of markup to lightly style ypur texts.

Headers

For now there is only a single level of heading. To add one to the page you simply start a line with '##' followed by a mandatory space and then the heading's text. The whitespace is important otherwise the line gets displayed as-is, and not as a header. e.g. : ## This is a heading

Emphasis

You can use style tags to put emphasis on words or group of words. It works on a per-line basis, meaning that each line of your text must contain both a opening and closing tag (Often they are the same token, but sometimes not, as with links). If your line is missing a tag, the text is displayed as is. The same will happen if you try, for example, to underline a section that spans multiple line. it wont work. It is meant to provide a simple way to underline single words although if you wish you could apply it to the whole line; And then do the same for each line, this way you can reach the whole text.

Currently the following are available:

  • Italics -> '//'
  • Bold -> '**'
  • Underline -> '__'

e.g. Consider this line, //this would be italics// and this would be normal.

making links

You can link to other posts on the bbs. However the link's text is always the title of page being linked to. To insert a link anywhere inside a line, you must enclose the page's title between '-[' and ']-'. The following example would link to a page named 'my page'. e.g. : -[my page]- If there is no page with that name, the line gets displayed as-is.

phpbbs's People

Contributors

asciibene avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.