Variables
Open
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 930
- Forks
- 465
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 27
Description
Asciidoc markup offers the option of variables, or "attributes" as they call
them:
https://asciidoctor.org/docs/user-manual#attributes
it allows you to remove redundancy in a graceful way:
:q: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference
- {q}/Global_Objects/Array/pop
- {q}/Global_Objects/Array/shift
- {q}/Global_Objects/Array/splice
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Asciidoctor attributes documentation and inspect how RDoc handles Asciidoc-style markup. Use the sample defining q and referencing it in links as the acceptance case; the work is done when those attributes expand correctly in generated documentation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100