About Monkey 2 › Forums › Monkey 2 Development › Site problem with the character `
This topic contains 5 replies, has 4 voices, and was last updated by
cocon 1 year, 3 months ago.
-
AuthorPosts
-
December 2, 2017 at 2:34 pm #12072
Putting the character “grave” (where the tilde is but without pressing shift) breaks the formatting of messages.
This character is used mostly on monkeydoc to signify parameters.
as a weighting factor. #end[/crayon]Monkey12#rem monkeydoc Blends the vec3 with another vec3.Components are linearly blended using [crayon-5cba14d2dc18d414927890 inline="true" ]alphaDecember 5, 2017 at 4:33 pm #12147Maybe using a backslash before your char will skip is markdown code.
December 6, 2017 at 1:14 am #12159Sometimes there are similar problems when formatting right inside forum’s add post area.
December 6, 2017 at 3:38 am #12164Sorry, but you guys’ll likely have to live with fun little site quirks like this until I can afford to get a ‘real’ web developer involved.
December 15, 2017 at 8:53 am #12300Sorry for becoming annoying, but if it would be possible for the character “grave accent” to be replaced with something else or be removed.
This is a call for unnecessary changes to the monkey2 documentation engine. Due to the weird and exotic nature of this character, as is it rarely used in both text and technology stuff, web programming folks decided to use it for hardcore website formatting purposes (such as github, online text editors, forum engines).
So this means following a javadoc style of commeting by using various parameters, such as:
Monkey12345678910111213141516@param theVariable:Component The description of the variable which must be a component.^ ^ ^ ^ ^ ^| | | | | || | | | | description starts right after space| | | | || | | | space changes parser state| | | || | | mentioning the type is optional| | || | name of the variable| || space changes parser state||| this is a parameterDecember 22, 2017 at 10:01 am #12407Testing something…
X
Escaping the character using the preformatted – by opening and closing double grave accent√ Escaping the character ` inside a code html block
X Trying to insert the HTML character id inside the code tag (& # 9 6 <– these are joined, not spaced)
` -
AuthorPosts
You must be logged in to reply to this topic.