Skip to content

Text improvements - how to create a campsite #614

Merged
merged 1 commit into from

2 participants

@hallaathrad
Free Code Camp member

General rephrasing to try to help campers understand the process a bit better:

  • People still make URLs like free.code.camp.your.san.francisco
  • Adding me as a group Admin makes it easier to reactivate campsites by getting a new leader rather than creating new ones. It sucks that these will have to be removed for that reason.
  • Making the oboarding articles easy to find as soon as you create the campsite is helpful, but knowing where to go find them again is invaluable... therefor, here they are.
@hallaathrad hallaathrad changed the title from Text improvements to Text improvements - how to create a campsite
@abhisekp
Free Code Camp member

Something isn't right in Line 33

![a screenshot showing the Face...

@hallaathrad
Free Code Camp member

nothing wrong, @abhisekp. That's markdown syntax for images...

Admittedly, it's fairly difficult to devise a "natural" syntax for
placing images into a plain text document format.

Markdown uses an image syntax that is intended to resemble the syntax
for links, allowing for two styles: inline and reference.

Inline image syntax looks like this:

![Alt text](/path/to/img.jpg)

![Alt text](/path/to/img.jpg "Optional title")

That is:

  • An exclamation mark: !;
  • followed by a set of square brackets, containing the alt attribute text for the image;
  • followed by a set of parentheses, containing the URL or path to the image, and an optional title attribute enclosed in double or single quotes.

Reference-style image syntax looks like this:

![Alt text][id]

Where "id" is the name of a defined image reference. Image references
are defined using syntax identical to link references:

[id]: url/to/image  "Optional title attribute"

Capisce!?


Unless you've meant the lowercase A, in which case please be more specific in the comments :p haha

@abhisekp
Free Code Camp member

@hallaathrad Please click the link. It's in Line 33. The syntax is partial. There is no image associated with it.

@hallaathrad
Free Code Camp member

Error noticed. it seems to have been like that since the last two forevers. let me rewind that part. brb

@hallaathrad
Free Code Camp member

Fix'd @abhisekp Thanks for catching that one

@abhisekp
Free Code Camp member

:+1: LGTM

@abhisekp abhisekp merged commit 3b792db into FreeCodeCamp:master
@abhisekp abhisekp removed the QA label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.