Documentation
    Preparing search index...

    Module remark-textras - v0.4.1

    remark-textras

    Build Downloads Size

    remark extension to provide small helpers via remark-directive. (Comprehensive documentation will be added soon.)

    Docs at shivjm.github.io/remark-extensions.

    This package is ESM only: Node 18+ is needed to use it and it must be imported instead of required.

    npm:

    npm install remark-textras
    
    import {micromark} from 'micromark'
    import {
    html,
    syntax
    } from 'remark-textras';

    // TODO: add example

    console.log(output)

    Yields:

    TODO
    

    Most of these have a one-to-one correspondence with an HTML element.

    It happened on the 27:ordinal[th] of May.
    
    And then he said, :quote[What ho!].
    

    Adds special marker classes if a quotation mark is found at the beginning or end of its contents.

    In the invocation above, :var[degree] is the desired rotation.
    
    This page is built using :abbr[HTML] and :abbr[CSS].
    
    At this point, the program should fail with an error like :samp[Invalid fizz provided].
    
    See the aforementioned :work[A Real Pain] and :work[Futurama]{year="1999"}.
    

    TODO

    ISC © Shiv Jha Mathur

    textrasPlugin