sourcejs/Source

Don't have all spec markup using markdown when not using a .md file.

Open

#219 ouverte le 29 avr. 2016

Voir sur GitHub
 (7 commentaires) (0 réactions) (0 assignés)JavaScript (49 forks)batch import
good first contributionhelp wanted

Métriques du dépôt

Stars
 (552 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

When I use the index.src.html spec file and use I can't understand from the examples how I add the:

.source_info .source_warn .source_doc .source_a_d .source_a_s .source_hl .source_a_hl

that are defined in https://sourcejs.com/docs/spec/

I tried doing a:

``` info
Text in here
\```

But it didn't work (I really wish there was an easy way to add markdown into markdown, excuse the \ )

also would it be better if they were in the format of .sourcejs-info, sourcejs-warn, etc? Which also begs the question should the code blocks be sourcejs-css instead of src-css to keep it all consistent? It would be great if somebody like a BA with no coding knowledge would be able write all the spec text using MD

Guide contributeur